2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
Files
dockerfiles_vimagick/nodebb/arm/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"
}
}