mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-03 15:45:43 +00:00
add documentation
This commit is contained in:
21
ghost/rootfs/usr/local/etc/ghost.example.conf
Normal file
21
ghost/rootfs/usr/local/etc/ghost.example.conf
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user