1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-28 11:55:42 +00:00
Files
boring-nginx
matomo
nextcloud
nginx-php
privatebin
searx
unmaintained
boinc
cowrie
cryptpad
freshrss
ghost
isso
kippo-graph
libresonic
lutim
lychee
mastodon
mediawiki
nginx
parsoid
rootfs
etc
usr
local
bin
etc
disqus.conf
ghost.example.conf
isso.conf
Dockerfile
README.md
pgbouncer
rainloop
reverse
rtorrent-flood
rutorrent
tor
LICENSE
README.md
dockerfiles/unmaintained/parsoid/rootfs/usr/local/etc/ghost.example.conf
2017-12-04 14:54:24 +01:00

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"
}
}