-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.dist
65 lines (49 loc) · 1.21 KB
/
.env.dist
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
############################################################
###
### Exemple de fichier de configuration
###
###
###########################################################
NEXT_PUBLIC_URL_SITE=http://pfmv.localhost:3000
#CMS Strapi
NEXT_PUBLIC_STRAPI_URL="Strapi CMS url"
STRAPI_TOKEN="token from Strapi CMS"
CMS_CACHE_TTL=1
STRAPI_SHOW_STATUSES=PREVIEW
CACHE_REVALIDATION_TOKEN="token to invalidate queries to Strapi API"
# Analytics Matomo
NEXT_PUBLIC_MATOMO_URL="URL Matomo"
NEXT_PUBLIC_MATOMO_SITE_ID=[Matomo site id]
#SENTRY
NEXT_PUBLIC_SENTRY_ENV=development
#AGENT_CONNECT
AGENT_CONNECT_ID=
AGENT_CONNECT_SECRET=
AGENT_CONNECT_BASE_URL=
#NEXT_AUTH
NEXTAUTH_URL=http://pfmv.localhost:3000
NEXTAUTH_SECRET=
#BREVO
BREVO_API_KEY=
BREVO_API_BASE_URL=
#SIREN
SIREN_API_KEY=
SIREN_API_SECRET=
AIDES_TERRITOIRES_API_KEY=
AIDES_TERRITOIRES_API_URL=
#RAGTIME
RAGTIME_CHAT_URL=
RAGTIME_API_KEY=
RAGTIME_MODEL=
#HUBSPOT
HUBSPOT_ACCESS_TOKEN=
NEXT_PUBLIC_HUBSPOT_ENABLE_TRACKING=
HUBSPOT_APP_BASE_URL=
HUBSPOT_ACCOUNT_ID=
# Mattermost
MATTERMOST_WEBHOOK_HUBSPOT_URL=
MATTERMOST_WEBHOOK_BATCH_URL=
#For Prisma, to put in .env file
DATABASE_URL="{URL to the DB. DO NOT FORGET TO USE THE PFMV SCHEMA}"
#Sirene API
INSEE_API_KEY=