Files
nodebb/config.json.tmpl
2025-11-28 13:14:19 +01:00

15 lines
340 B
Cheetah

{
"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"
}
}