-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.sample
70 lines (55 loc) · 1.66 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# -------------------------------------
# -------- Paramètre mongodb ----------
# -------------------------------------
MONGODB_URL=mongodb://localhost
MONGODB_DBNAME=api-depot
# -------------------------------------
# --------- Autre paramètres ----------
# -------------------------------------
PORT=4242
ADMIN_TOKEN=
DEMO_MODE=1
SESSION_SECRET=foobar
# -------------------------------------
# -------------- Slack ----------------
# -------------------------------------
SLACK_TOKEN=
SLACK_CHANNEL=
# -------------------------------------
# ---------- Autre api url ------------
# -------------------------------------
API_DEPOT_URL=https://plateforme-bal.adresse.data.gouv.fr/api-depot
API_ANNUAIRE=https://api-lannuaire.service-public.fr/api/explore/v2.1
# -------------------------------------
# ---------- BAN paramètres -----------
# -------------------------------------
NOTIFY_BAN=1
BAN_API_URL=https://plateforme.adresse.data.gouv.fr/ban
BAN_API_TOKEN=
# -------------------------------------
# ----- France connect paramètre ------
# -------------------------------------
FC_SERVICE_URL=
FC_FS_ID=
FC_FS_SECRET=
FC_FS_CALLBACK=https://plateforme-bal.adresse.data.gouv.fr/api-depot/habilitations/franceconnect/callback
# -------------------------------------
# ------ Paramètre serveur smpt -------
# -------------------------------------
SMTP_HOST=
SMTP_PORT=
SMTP_SECURE=YES
SMTP_USER=
SMTP_PASS=
SMTP_FROM=
SMTP_BCC=
# -------------------------------------
# -------- Paramètre bucket s3 --------
# -------------------------------------
S3_ENDPOINT=https://s3.gra.io.cloud.ovh.net/
S3_REGION=
S3_CONTAINER_ID=
S3_USER=
S3_ACCESS_KEY=
S3_SECRET_KEY=
S3_DESCRIPTION=