mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
14 lines
251 B
JSON
14 lines
251 B
JSON
|
{
|
||
|
"url": "http://127.0.0.1:2369",
|
||
|
"database": {
|
||
|
"connection": {
|
||
|
"filename": "content/data/ghost-test.db"
|
||
|
},
|
||
|
"useNullAsDefault": true
|
||
|
},
|
||
|
"server": {
|
||
|
"port": 2369
|
||
|
},
|
||
|
"logging": false
|
||
|
}
|