-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
39 lines (29 loc) · 905 Bytes
/
.env.example
File metadata and controls
39 lines (29 loc) · 905 Bytes
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
POSTGRESQL_ADDON_URI="postgresql://user:password@localhost:5434/teleservice-conformite"
# Payload CMS
PAYLOAD_SECRET=xxx
# Better Auth
BETTER_AUTH_SECRET=xxx
NEXT_PUBLIC_BETTER_AUTH_URL=http://localhost:3000
# ProConnect
PROCONNECT_CLIENT_ID="your-client-id"
PROCONNECT_CLIENT_SECRET="your-client-secret"
PROCONNECT_DOMAIN="your-domain"
# Albert API
ALBERT_API_KEY=xxx
ALBERT_API_URL=https://albert.api.etalab.gouv.fr
POSTGRESQL_ADDON_URI="postgresql://user:password@localhost:5434/teleservice-conformite"
POSTGRES_USER=user
POSTGRES_PASSWORD=password
POSTGRES_DB=teleservice-conformite
NODE_ENV="development"
PORT=3000
# INSEE
INSEE_API_KEY=xxx
NEXT_PUBLIC_FRONT_URL=
# SMTP Server (MailDev for development)
NODEMAILER_HOST=localhost
NODEMAILER_PORT=1025
NODEMAILER_FROM_NAME="Téléservice Conformité"
NODEMAILER_FROM=noreply@teleservice-conformite.local
NODEMAILER_USER=
NODEMAILER_PASSWORD=