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