Spotter-VM/lxc-apps/decidim/install/decidim_conf/application.yml
2019-11-15 18:03:17 +01:00

8 lines
246 B
YAML

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"