-
Notifications
You must be signed in to change notification settings - Fork 3
/
.env.sample
66 lines (53 loc) · 1.96 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
# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
DATABASE_URL="postgresql://prisma:prisma@localhost:5432/dev"
DATABASE_DEV_PORT=5432
DATABASE_TESTS_PORT=5433
OIDC_CLIENT_ID=<TO INSERT> # voir https://partenaires.franceconnect.gouv.fr/fcp/fournisseur-service
OIDC_CLIENT_SECRET=<TO INSERT> # voir https://partenaires.franceconnect.gouv.fr/fcp/fournisseur-service
OIDC_URL_AUTH=https://fcp.integ01.dev-franceconnect.fr/api/v1/authorize
OIDC_URL_TOKEN=https://fcp.integ01.dev-franceconnect.fr/api/v1/token
OIDC_URL_INFO=https://fcp.integ01.dev-franceconnect.fr/api/v1/userinfo?schema=openid
OIDC_URL_LOGOUT=https://fcp.integ01.dev-franceconnect.fr/api/v1/logout
OIDC_URL_LOGIN_CALLBACK=/login-callback
OIDC_URL_LOGOUT_CALLBACK=/logout-callback
FINAL_LOGIN_REDIRECT=/welcome
BASE_URL_FRONT=http://localhost:5173
BASE_URL=http://localhost:3000
INTERNAL_TOKEN_SECRET=<random secret>
EMAIL_API_TOKEN=<token>
EMAIL_ENABLED=false
SERVICE_APIS_ENABLED=false
CMS_WEBHOOK_API_KEY=XXXX
CRON_API_KEY=XXXX
SENTRY_DSN=XXXX
MINIATURES_URL=http://localhost:3000
OTP_DEV=XXXX
ECOWATT_CLIENT_ID_SECRET=XXX
USER_CURRENT_VERSION=0
CMS_URL=XXX
CMS_API_KEY=XXX
WINTER_URL=XXX
WINTER_API_ENABLED=false
WINTER_API_KEY=XXX
IS_PROD=false
FIRST_START=false
ADMIN_IDS=XXX,YYY,ZZZ
PONDERATION_RUBRIQUES=neutre
SERVICES_ACTIFS=ecowatt,fruits
EMAIL_REPLY_TO=XXXX@yy.com
DEFI_ENABLED=true
KYC_RECO_ENABLED=true
AIDE_CACHE_ENABLED=false
FRUITS_LEGUMES_API_KEY=XXX
OPEN_ROUTE_API_KEY=XXX
BASIC_LOGIN=XXX
BASIC_PASSWORD=XXX
GOOGLE_TEST_EMAIL=XXX
GOOGLE_TEST_OTP=YYY
APPLE_TEST_EMAIL=XXX
APPLE_TEST_OTP=YYY
NGC_API_KEY=YYYYYY
LVO_API_URL=THE_URL