Spotter-VM/lxc-apps/decidim/install/decidim_conf/application.yml

12 lines
333 B
YAML
Raw Normal View History

2019-11-15 18:00:26 +01:00
DATABASE_URL: "postgres://decidim:${DECIDIM_PWD}@decidim-postgres/decidim"
SECRET_KEY_BASE: "${DECIDIM_SECRET}"
SMTP_USERNAME: "admin@example.com"
SMTP_PASSWORD: ""
SMTP_ADDRESS: "decidim-smtp"
SMTP_DOMAIN: "example.com"
HERE_API_KEY: ""
TWILIO_ACCOUNT_SID: ""
TWILIO_AUTH_TOKEN: ""
TWILIO_SENDER_NUMBER: ""
2019-11-15 18:00:26 +01:00
RAILS_LOG_TO_STDOUT: "1"