1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-12 04:23:04 +02:00
dockerfiles/nodebb/config.example.json
2016-01-16 07:19:42 +08:00

12 lines
207 B
JSON

{
"url": "http://localhost:4567",
"secret": "SECRET",
"database": "redis",
"redis": {
"host": "redis",
"port": "6379",
"password": "",
"database": "0"
}
}