Skip to content

Instantly share code, notes, and snippets.

@justanton
Last active January 25, 2018 17:05
Show Gist options
  • Save justanton/48a0f7b10fb8c3c4bf0bc3a01803d6af to your computer and use it in GitHub Desktop.
Save justanton/48a0f7b10fb8c3c4bf0bc3a01803d6af to your computer and use it in GitHub Desktop.
Adapt these configs in Ghost configuration, to run local installation of Ghost on c9 (of course, you need to substitute the values)
config: {
"development": {
"url": "'https://' + process.env.C9_HOSTNAME",
},
"server": {
"host": "process.env.IP",
"port": "process.env.PORT"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment