Initial local backup snapshot
This commit is contained in:
commit
acd9e14ba5
367 changed files with 118038 additions and 0 deletions
33
deployments/preprod/.env.example
Normal file
33
deployments/preprod/.env.example
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# Sécurité / session
|
||||
JWT_SECRET=local-dev-change-me
|
||||
|
||||
# Compte administrateur principal
|
||||
ADMIN_EMAIL=selectakeke973@gmail.com
|
||||
|
||||
# Bootstrap / amorçage admin
|
||||
BOOTSTRAP_ADMIN_EMAIL=selectakeke973@gmail.com
|
||||
BOOTSTRAP_ADMIN_PASSWORD=totototo
|
||||
BOOTSTRAP_ADMIN_NAME=selectakeke973
|
||||
BOOTSTRAP_USERS=[{"email":"william.meri@gmail.com","password":"totototo","name":"william.meri","role":"admin"}]
|
||||
|
||||
# URL d'application
|
||||
APP_BASE_URL=https://preprod.portail-association973.com
|
||||
|
||||
# SMTP / emails
|
||||
SMTP_PROVIDER=
|
||||
SMTP_HOST=
|
||||
SMTP_PORT=
|
||||
SMTP_USER=
|
||||
SMTP_PASS=
|
||||
SMTP_FROM=
|
||||
SMTP_SECURE=
|
||||
SMTP_REQUIRE_TLS=
|
||||
|
||||
# Intégrations métier
|
||||
ENTREPRISE_API_TOKEN=
|
||||
|
||||
# OAuth
|
||||
GOOGLE_CLIENT_ID=
|
||||
GOOGLE_CLIENT_SECRET=
|
||||
FACEBOOK_APP_ID=
|
||||
FACEBOOK_APP_SECRET=
|
||||
Loading…
Add table
Add a link
Reference in a new issue