mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
6a97873f98
refs #6982 - create config util fn: getContentPath - we can later let the user change the folder names in contentPath - get rid of custom/default storage paths [ci skip]
28 lines
559 B
JSON
28 lines
559 B
JSON
{
|
|
"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": {
|
|
"contentPath": "content/"
|
|
},
|
|
"storage": {
|
|
"active": {
|
|
"images": "local-file-store"
|
|
}
|
|
},
|
|
"scheduling": {
|
|
"active": "SchedulingDefault"
|
|
}
|
|
}
|