mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 12:29:16 +00:00
22 lines
316 B
Plaintext
22 lines
316 B
Plaintext
{
|
|
"url": "https://my-ghost-blog.com",
|
|
|
|
"server": {
|
|
"host": "0.0.0.0",
|
|
"port": "2368"
|
|
},
|
|
|
|
"database": {
|
|
"client": "sqlite3",
|
|
"connection": {
|
|
"filename": "content/data/ghost-dev.db"
|
|
},
|
|
"useNullAsDefault": true,
|
|
"debug": false
|
|
},
|
|
|
|
"mail": {
|
|
"transport": "Direct"
|
|
}
|
|
}
|