You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The duration before the JWT token expires. It should be a string that can be parsed by the `parseDuration` function from the `parse-duration` package : https://www.npmjs.com/package/parse-duration
# This value means that the token will expire in 15 years, that means that the user will have to log in again after 15 years.
JWT_SECRET=ThisIsAVerySecretKey
# The secret used to sign the JWT tokens. It should be a long random string.
JWT_EXPIRES_IN=15m
# The number of items that we want to display per page in the paginated responses.
PAGINATION_PAGE_SIZE=20
SALT_ROUNDS=10
LDAP_URL=
LDAP_USER=
LDAP_PWD=
ANNAL_UPLOAD_DIR=uploads/exams/
MEDIA_UPLOAD_DIR=uploads/media
MEDIA_DETACHED_LIFESPAN=1
CAS_URL=https://cas.utt.fr/cas
CAS_SERVICE=http://localhost:8080
# The URL of the old database. It is only used to migrate the data from the old database to the new one.