mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
7d3e8fa8a9
refs #6982 - add defaults.json - add overrides.json - add env specific default values - add nconf wrapper in /config - add config utils in /config/utils.js [ci skip]
12 lines
230 B
JSON
12 lines
230 B
JSON
{
|
|
"url": "http://localhost:2368",
|
|
"database": {
|
|
"connection": {
|
|
"filename": "content/data/ghost-dev.db"
|
|
},
|
|
"debug": false
|
|
},
|
|
"paths": {
|
|
"contentPath": "content/"
|
|
}
|
|
}
|