2023-10-31 09:44:46 +00:00
|
|
|
# ORCHESTRA
|
|
|
|
####
|
2023-10-10 08:07:46 +00:00
|
|
|
|
2023-10-31 09:44:46 +00:00
|
|
|
#ORCHESTRA_SECRET_KEY='uncomment-it-and-fill-this'
|
|
|
|
|
|
|
|
# MUSICIAN
|
|
|
|
####
|
|
|
|
|
|
|
|
#MUSICIAN_SECRET_KEY='uncomment-it-and-fill-this'
|
2023-10-10 08:07:46 +00:00
|
|
|
# specially useful if you want to deploy in a specific domain
|
2023-10-31 09:44:46 +00:00
|
|
|
#MUSICIAN_API_BASE_URL='https://orchestra.example.org'
|
|
|
|
#MUSICIAN_ALLOWED_HOSTS='musician.example.org'
|
2023-11-03 09:12:09 +00:00
|
|
|
# IDHUB
|
|
|
|
####
|
|
|
|
|
2023-11-14 10:28:58 +00:00
|
|
|
IDHUB_TIME_ZONE='Europe/Madrid'
|
2023-11-03 09:12:09 +00:00
|
|
|
#IDHUB_SECRET_KEY='uncomment-it-and-fill-this'
|
|
|
|
IDHUB_USER='admin'
|
|
|
|
IDHUB_PASSWD='admin'
|
|
|
|
IDHUB_EMAIL='admin@example.org'
|
|
|
|
# enable dev flags when DEVELOPMENT deployment
|
|
|
|
IDHUB_DEPLOYMENT='DEVELOPMENT'
|
2023-11-03 09:11:30 +00:00
|
|
|
# adapt to your domain in a production/reverse proxy env
|
|
|
|
IDHUB_CSRF_TRUSTED_ORIGINS='https://idhub.example.org'
|
2023-11-14 10:28:58 +00:00
|
|
|
|
|
|
|
# fill this section with your email credentials
|
|
|
|
IDHUB_DEFAULT_FROM_EMAIL="user@example.org"
|
|
|
|
IDHUB_EMAIL_HOST="smtp.example.org"
|
|
|
|
IDHUB_EMAIL_HOST_USER="smtp_user"
|
|
|
|
IDHUB_EMAIL_HOST_PASSWORD="smtp_passwd"
|
|
|
|
IDHUB_EMAIL_PORT=25
|
|
|
|
IDHUB_EMAIL_USE_TLS=True
|
|
|
|
IDHUB_EMAIL_BACKEND="django.core.mail.backends.smtp.EmailBackend"
|