14 lines
264 B
Text
14 lines
264 B
Text
|
|
|
|
#CAMBIARE IL NOME IN .env
|
|
|
|
# Environment (development o production)
|
|
NODE_ENV=development
|
|
|
|
SECRET_KEY= #Secret key for jwt
|
|
|
|
# Configurazioni LDAP FreeIPA per admin
|
|
LDAP_SERVER=ldap.students.cs.unibo.it
|
|
LDAP_PORT=389
|
|
LDAP_BASE_DN=dc=students,dc=cs,dc=unibo,dc=it
|
|
|