add documentation

This commit is contained in:
Wonderfall
2017-08-27 18:05:49 +02:00
parent 6ddfe1b7c6
commit 98d0cd925d
28 changed files with 286 additions and 1127 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"
}
}