add parsoid image

This commit is contained in:
Wonderfall
2017-07-30 04:49:47 +02:00
parent 2b18c3f9b1
commit e7c1cd5063
7 changed files with 96 additions and 0 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"
}
}