13 lines
221 B
JSON
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
|
|
}
|
|
} |