2016-09-13 18:20:44 +03:00
|
|
|
{
|
|
|
|
"url": "http://localhost:2368",
|
|
|
|
"urlSSL": false,
|
|
|
|
"forceAdminSSL": false,
|
|
|
|
"server": {
|
|
|
|
"host": "127.0.0.1",
|
|
|
|
"port": 2368
|
|
|
|
},
|
|
|
|
"database": {
|
|
|
|
"client": "sqlite3",
|
|
|
|
"debug": false,
|
|
|
|
"connection": {
|
|
|
|
"filename": "content/data/ghost.db"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"privacy": false,
|
|
|
|
"paths": {
|
2016-09-13 23:24:57 +03:00
|
|
|
"contentPath": "content/"
|
2016-09-13 18:20:44 +03:00
|
|
|
},
|
|
|
|
"storage": {
|
|
|
|
"active": {
|
|
|
|
"images": "local-file-store"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scheduling": {
|
|
|
|
"active": "SchedulingDefault"
|
2016-09-30 14:45:59 +03:00
|
|
|
},
|
|
|
|
"auth": {
|
|
|
|
"type": "password"
|
2016-09-13 18:20:44 +03:00
|
|
|
}
|
|
|
|
}
|