-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.test.dist
More file actions
43 lines (32 loc) · 922 Bytes
/
.env.test.dist
File metadata and controls
43 lines (32 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# -- For non-documented fields, see .env.dist --
DATABASE_URL=mysql://dev:dev@localhost/etuutt_test
API_PREFIX=/
JWT_SECRET=secret
JWT_EXPIRES_IN=15m
SALT_ROUNDS=10
PAGINATION_PAGE_SIZE=20
# The seed to use for the faker library. It should be a number. It permits having more easily reproduceable tests.
FAKER_SEED=42
ANNAL_UPLOAD_DIR=uploads/exams/
MEDIA_UPLOAD_DIR=uploads/media
MEDIA_DETACHED_LIFESPAN=1
CAS_URL=https://cas.utt.fr/cas
CAS_SERVICE=https://etu.utt.fr/login
LDAP_URL=ldap://localhost:3002
LDAP_USER=
LDAP_PWD=
ETUUTT_WEBSITE_APPLICATION_ID=52ce644d-183f-49e9-bd21-d2d4f37e2196
# Can be changed to localhost for testing
TIMETABLE_URL="monedt.utt.fr"
# SMTP server
SMTP_HOST=localhost
SMTP_PORT=587
SMTP_USER=etuutt
SMTP_PASSWORD=etuutt
SMTP_REJECT_UNAUTHORIZED=false
SMTP_SERVER_NAME=EtuUTT
SMTP_SENDING_NAME=EtuUTT
SMTP_SENDING_EMAIL=etuutt@utt.fr
# Weekly
WEEKLY_SEND_DAY=1
WEEKLY_SEND_HOUR=8