15 lines
340 B
Cheetah
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"
|
|
}
|
|
}
|