Files
iblog2/config.json
2018-07-26 14:34:44 +08:00

13 lines
221 B
JSON

{
"ssl": {
"enable": false,
"key": "/iBlog2/ssl/iblog2.key",
"cert": "/iBlog2/ssl/iblog2.crt"
},
"mongoUrl": "mongodb://localhost/iBlog2",
"redis": {
"enable": false,
"host": "127.0.0.1",
"port": 6379
}
}