mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-10 21:46:27 +02:00
🔧 use .env instead of json config files
This commit is contained in:
committed by
ChatonDeAru (Romain)
parent
f88dbc36d2
commit
24db804c7f
18
.env.example
Normal file
18
.env.example
Normal file
@@ -0,0 +1,18 @@
|
||||
## Google Cloud Platform Service Account
|
||||
GCP_SERVICE_ACCOUNT_PRIVATE_KEY=
|
||||
GCP_SERVICE_ACCOUNT_CLIENT_ID=
|
||||
GCP_SERVICE_ACCOUNT_CLIENT_EMAIL=
|
||||
GSHEET_ID=
|
||||
|
||||
## Discord
|
||||
DISCORD_TOKEN=
|
||||
DISCORD_CLIENTID=
|
||||
DISCORD_GUILDID=
|
||||
|
||||
## Notifications
|
||||
FORCE_ORANGE_PUBLIC_VAPID_KEY=
|
||||
FORCE_ORANGE_PRIVATE_VAPID_KEY=
|
||||
|
||||
## Environment
|
||||
PORT=8080
|
||||
API_URL=http://fo.parisestludique.fr/api
|
Reference in New Issue
Block a user