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.testing.json

14 lines
251 B
JSON
Raw Normal View History

{
"url": "http://127.0.0.1:2369",
"database": {
"connection": {
"filename": "content/data/ghost-test.db"
},
"useNullAsDefault": true
},
"server": {
"port": 2369
},
"logging": false
}