33 lines
715 B
Text
33 lines
715 B
Text
# 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=
|