-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.template
28 lines (26 loc) · 1.05 KB
/
.env.template
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
# =======================
# Copy this file into .env.local and fill it in
#
# In production, set the appropriate environment variables on impaas (see README)
# =======================
# Login details for the mysql
# ImPaaS will provide these details in prod, but you will need a dev database regardless for local development.
# We recommend running a local mysql instance using docker and exposing port 3306 for local development
# (see mysql docker image README)
MYSQL_USER=
MYSQL_DATABASE_NAME=
MYSQL_HOST=
MYSQL_PORT=
MYSQL_PASSWORD=
# ======================
# These variables below will need to be manually provided to ImPaaS in production
# ======================
# Root dir to store uploaded files
# If you choose to change this environment variable, add the chosen directory to the .tsuruignore file
UPLOAD_DIR=./uploads
# Microsoft Entra ID details - see README
MS_ENTRA_CLIENT_ID=
MS_ENTRA_CLIENT_SECRET=
MS_ENTRA_TENANT_ID=
# Secret for generates auth tokes (generate using `npx auth secret`)
AUTH_SECRET= # Run `npx auth secret`. Read more: https://cli.authjs.dev