ansible/roles/docker/templates/nodebb/config.json.j2

14 lines
348 B
Text
Raw Normal View History

2025-02-15 20:21:47 +01:00
{
"url": "https://forum.data.coop",
"secret": "{{ nodebb_secrets.secret_value }}",
"database": "mongo",
"port": "4567",
"mongo": {
"host": "mongodb",
"port": "27017",
"username": "nodebb",
"password": "{{ nodebb_secrets.mongodb_password }}",
"database": "admin",
"uri": ""
}
}