Closed davesag closed 6 years ago
environment variables will override what's in config.json
. the config.json
is there to simplify development, that's all. IN production Heroku will sent a DATABASE_URL
environment variable which is parsed in preference to what's in the config.json
file.