Skip to content

Instantly share code, notes, and snippets.

@bookercodes
Created July 24, 2019 18:07
Show Gist options
  • Save bookercodes/5d08de5cf3467813481b15336fd7acf9 to your computer and use it in GitHub Desktop.
Save bookercodes/5d08de5cf3467813481b15336fd7acf9 to your computer and use it in GitHub Desktop.
{
"url": "http://ghostnew.cometchat-dev.com/tutorials",
"server": {
"port": 2368,
"host": "127.0.0.1"
},
"database": {
"client": "mysql",
"connection": {
"host": "localhost",
"user": "ghost",
"password": "d9a70337a975ae3517e6a4f91f3f957c4054d133f8ec97a4",
"database": "ghost_production"
}
},
"mail": {
"transport": "Direct"
},
"logging": {
"transports": [
"file",
"stdout"
]
},
"process": "systemd",
"paths": {
"contentPath": "/var/www/ghost/content"
},
"bootstrap-socket": {
"port": 8000,
"host": "localhost"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment