mirror of https://gitee.com/godoos/godoos.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
653 B
33 lines
653 B
{
|
|
"log": {
|
|
"writeFile": false,
|
|
"path": "logs",
|
|
"filename": "access.log",
|
|
"maxSize": 20,
|
|
"maxBackups": 10,
|
|
"maxAge": 7
|
|
},
|
|
"cache": {
|
|
"type" : "file",
|
|
"fileDir": "data/cache"
|
|
},
|
|
|
|
"system": {
|
|
"port": 8816,
|
|
"ipAccess": [],
|
|
"sessionType": "memory",
|
|
"sessionSecret": "godocms!2981$"
|
|
},
|
|
"email": {
|
|
"from": "xxx@163.com",
|
|
"host": "smtp.163.com",
|
|
"password": "",
|
|
"username": "godoos",
|
|
"port": 465,
|
|
"isSsl": true,
|
|
"userLogin": false,
|
|
"autoRegister": false,
|
|
"adminLogin": false,
|
|
"enable": false
|
|
}
|
|
}
|