Ghost/core/server/config/env/config.development.json

13 lines
230 B
JSON
Raw Normal View History

{
"url": "http://localhost:2368",
"database": {
"connection": {
"filename": "content/data/ghost-dev.db"
},
"debug": false
},
"paths": {
"contentPath": "content/"
}
}