ghost: add 1.x

This commit is contained in:
Wonderfall
2017-07-20 17:41:14 +02:00
parent 5d56ebbd79
commit 15e04fdfa2
19 changed files with 151 additions and 1 deletions

View File

@ -0,0 +1,21 @@
{
"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"
}
}