27 lines
406 B
JSON
27 lines
406 B
JSON
|
{
|
||
|
"url": "http://localhost:2368/",
|
||
|
"server": {
|
||
|
"port": 2368,
|
||
|
"host": "127.0.0.1"
|
||
|
},
|
||
|
"database": {
|
||
|
"client": "sqlite3",
|
||
|
"connection": {
|
||
|
"filename": "content/data/ghost-local.db"
|
||
|
}
|
||
|
},
|
||
|
"mail": {
|
||
|
"transport": "Direct"
|
||
|
},
|
||
|
"logging": {
|
||
|
"transports": [
|
||
|
"file",
|
||
|
"stdout"
|
||
|
]
|
||
|
},
|
||
|
"process": "local",
|
||
|
"paths": {
|
||
|
"contentPath": "content"
|
||
|
}
|
||
|
}
|