mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 06:12:03 +03:00
13 lines
230 B
JSON
13 lines
230 B
JSON
|
{
|
||
|
"url": "http://localhost:2368",
|
||
|
"database": {
|
||
|
"connection": {
|
||
|
"filename": "content/data/ghost-dev.db"
|
||
|
},
|
||
|
"debug": false
|
||
|
},
|
||
|
"paths": {
|
||
|
"contentPath": "content/"
|
||
|
}
|
||
|
}
|