2016-09-13 18:20:44 +03:00
|
|
|
{
|
|
|
|
"url": "http://localhost:2368",
|
|
|
|
"database": {
|
2017-02-11 21:02:12 +03:00
|
|
|
"client": "sqlite3",
|
2016-09-13 18:20:44 +03:00
|
|
|
"connection": {
|
|
|
|
"filename": "content/data/ghost-dev.db"
|
|
|
|
},
|
|
|
|
"debug": false
|
|
|
|
},
|
|
|
|
"paths": {
|
|
|
|
"contentPath": "content/"
|
2017-02-03 21:25:39 +03:00
|
|
|
},
|
|
|
|
"privacy": {
|
|
|
|
"useRpcPing": false,
|
|
|
|
"useUpdateCheck": true
|
|
|
|
},
|
2017-04-10 12:30:21 +03:00
|
|
|
"useMinFiles": false,
|
2017-02-03 21:25:39 +03:00
|
|
|
"caching": {
|
|
|
|
"theme": {
|
|
|
|
"maxAge": 0
|
2017-03-02 20:18:21 +03:00
|
|
|
},
|
|
|
|
"admin": {
|
|
|
|
"maxAge": 0
|
2017-02-03 21:25:39 +03:00
|
|
|
}
|
2016-09-13 18:20:44 +03:00
|
|
|
}
|
|
|
|
}
|