1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/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"
}
}