{ "url": "http://{{ env "DOMAIN" }}", "secret": "{{ secret "secret" }}", "database": "postgres", "port": "4567", "postgres": { "host": "postgres", "port": "5432", "username": "nodebb", "password": "{{ secret "db_password" }}", "database": "nodebb", "ssl": "false" } }