forked from SocialGouv/work-in-france-backoffice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.sample
51 lines (37 loc) · 1.09 KB
/
.env.sample
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
44
45
46
47
48
49
50
51
###############################
##### INIT KINTO ##############
###############################
KINTO_BASE_URL=kinto-server
###############################
##### API + INIT KINTO #######
###############################
# avec `yarn start`
KINTO_URL=http://localhost:8889/v1
# avec `docker-compose up`
# KINTO_URL=http://kinto-server:8888/v1
KINTO_LOGIN=admin
KINTO_PASSWORD=passw0rd
###############################
##### API ####################
###############################
DS_API=http://localhost:8888/v1/buckets/ds_collector/collections
DS_API_LOGIN=admin
DS_API_PASSWORD=passw0rd
KINTO_URL=http://localhost:8889/v1
VALIDITY_CHECK_ENABLE=false
VALIDITY_CHECK_CRON=0 0 * * * *
VALIDITY_CHECK_CLEANER_CRON=0 0 1 * * *
MONTHLY_REPORT_CRON=0 0 8 1 * *
API_PREFIX=20190501
API_PORT=27001
ALERT_CRON=0 0 4 * * *
ALERT_EMAIL_CRON=0 30 6 * * *
MAIL_HOST=smtp.sendgrid.net
MAIL_PORT=587
MAIL_USERNAME=***
MAIL_PASSWORD=***
MAIL_USE_TLS=true
SENTRY_ENABLED=true
SENTRY_DSN=https://<key>@sentry.io/<project>