mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
e40290af5d
refs #7452 - remove references to 'patronus' in favour of GhostAuth, Note: this will require databases to be deleted ;) - remove email addresses from test data
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/"
|
|
}
|
|
}
|