-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (26 loc) · 969 Bytes
/
.env.example
File metadata and controls
26 lines (26 loc) · 969 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
NEXT_URL=http://localhost:3000
NEXT_PUBLIC_URL=http://localhost:3000
NEXTAUTH_URL=http://localhost:3000
E2E_BASE_URL=http://localhost:3000
DATABASE_URL="postgresql://johndoe:randompassword@localhost:5432/mydb?schema=public"
PRO_CONNECT_ID="pro-connect-id"
PRO_CONNECT_SECRET="pro-connect-secret"
PRO_CONNECT_BASE_URL="pro-connect-base-url"
SECRET="secret"
OPERATEUR_PASSWORDS="password,password2"
S3_URL="s3-url"
S3_ACCESS="storage-access"
S3_SECRET="storage-secret"
S3_BUCKET_NAME="bucket-name"
SENTRY_AUTH_TOKEN="sentry-auth-token"
NEXT_PUBLIC_MATOMO_URL="matomo-url"
NEXT_PUBLIC_MATOMO_SITE_ID="matomo-site-id"
AUTH_SECRET="auth-secret" # generate with `openssl rand -base64 32`
DEV_AUTH_BYPASS=1
REPORTING_SCHEMA="reporting"
DOCS_BUCKET_NAME="placedasile-docs"
OFII_CSV_NAME="structures_ofii.csv"
METABASE_SITE_URL="https://your_metabase_url.fr"
METABASE_SECRET_KEY="your_metabase_key"
METABASE_DASHBOARD_ID=1
DEMARCHES_NUMERIQUES_TOKEN="demarches-numeriques-token"