1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fab-manager_ynh.git synced 2024-09-03 18:36:16 +02:00

Update and rename env.example to env.production.sample

This commit is contained in:
Gredin67 2024-02-28 18:14:39 +01:00 committed by GitHub
parent cff788791b
commit 2437ae7a8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,9 @@
POSTGRES_HOST=postgres
POSTGRES_USERNAME=postgres
POSTGRES_HOST=localhost
POSTGRES_USERNAME=__DB_USER__
REDIS_HOST=redis
ELASTICSEARCH_HOST=elasticsearch
SECRET_KEY_BASE=
SECRET_KEY_BASE=__SECRET_KEY_BASE__
SLOT_DURATION=60
FEATURE_TOUR_DISPLAY=once
@ -12,12 +12,12 @@ DEFAULT_HOST=__DOMAIN__
DEFAULT_PROTOCOL=https
DELIVERY_METHOD=smtp
SMTP_ADDRESS=smtp-relay.brevo.com
SMTP_PORT=587
SMTP_USER_NAME=
SMTP_PASSWORD=
SMTP_AUTHENTICATION=plain
SMTP_ENABLE_STARTTLS_AUTO=true
SMTP_ADDRESS=localhost
SMTP_PORT=25
SMTP_USER_NAME=__APP__
SMTP_PASSWORD=__MAIL_PWD__
SMTP_AUTHENTICATION=none
SMTP_ENABLE_STARTTLS_AUTO=false
SMTP_OPENSSL_VERIFY_MODE=
SMTP_TLS=false
@ -44,7 +44,7 @@ OPENLAB_SSL_VERIFY=true
LOG_LEVEL=debug
RAILS_LOG_TO_STDOUT=true
DISK_SPACE_MB_ALERT=1024
ADMINSYS_EMAIL=
ADMINSYS_EMAIL=__ADMIN_MAIL__
ALLOW_INSECURE_HTTP=false
ENABLE_SENTRY=false