Last active
January 25, 2018 17:05
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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