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

8 lines
246 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"
RAILS_LOG_TO_STDOUT: "1"