forked from betagouv/sante-psy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.sample
54 lines (38 loc) · 1.42 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
52
53
54
# DEMARCHES_SIMPLIFIEES API
API_TOKEN='cat'
# ID for the Demarche Simplifiée from which you will get the psychologist data.
DEMARCHES_SIMPLIFIEES_ID=1
# URL for the candidates to start their demarche. (Do not use quotes around the URL on Scalingo)
DEMARCHES_SIMPLIFIEES_URL=https://demarches-simplifiees.fr/
# To set in scalingo for production - is set in docker-compose files for dev
# SECRET='cat'
# SECRET_LOGS='cat'
# URL to display psychologist list
FEATURE_PSY_LIST=true
# Display psychologist pages
FEATURE_PSY_PAGES=true
# Display the reimbursement page in psy pages
FEATURE_REIMBURSEMENT_PAGE=true
# put to "false" to desactivate console.debug log
ACTIVATE_DEBUG_LOG="true"
DATABASE_URL=postgres://santepsy:santepsy@localhost:5432/santepsy
UUID_NAMESPACE="979fcd81-2bfd-4640-9ac0-77ed1033ae60"
FEATURE_IMPORT_DATA=true
# Send monthly appoitment summaries to universities
FEATURE_SEND_SUMMARY=true
TZ=utc
# Session Token duration validity
SESSION_DURATION_HOURS=2
# See https://sentry.io/betagouv-f7/sante-psy-prod/
# SENTRY_DNS =
# Hostname : the links sent in email will use this hostname. Default is http://localhost:$PORT
HOSTNAME_WITH_PROTOCOL="http://localhost:8080"
# Email
MAIL_PASS=mailpassword
MAIL_USER=mailuser
MAIL_HOST=maildev
MAIL_PORT=25
MAIL_IGNORE_TLS="true"
SECURE="false"
# Use CSRF tokens for submitting forms, for security. Default is true, but for easier dev locally you can use false.
# USE_CSRF="false"