0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
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/"
}
}