-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
28 lines (23 loc) · 1009 Bytes
/
.env.example
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
#AIRTABLE
AIRTABLE_API_KEY="xxx"
AIRTABLE_BASE_ID="xxx"
AIRTABLE_TABLE_NAME="xxx"
AIRTABLE_TABLE_EDITIONS_NAME="xxx"
AIRTABLE_TABLE_DEMANDE_NAME="xxx"
# MATOMO
NEXT_PUBLIC_MATOMO_URL="xxx"
NEXT_PUBLIC_MATOMO_SITE_ID="xxx"
# AUTH
NEXTAUTH_SECRET=secretauth
NEXTAUTH_URL=http://localhost:3000
JWT_SECRET=mysecret
JWT_SIGNING_KEY=mykey
JWT_ENCRYPTION_KEY=myencryptionkey
JWT_ENCRYPTION_ALGORITHM=HS512
JWT_EXPIRATION_TIME=2592000 # 1 month in seconds
# This was inserted by `prisma init`:
# 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="mongodb://user:password@127.0.0.1:27018/observatoire?authSource=admin"