Closed dalanmiller closed 8 years ago
People might be confused when they set config in the .toml file but then also set --dev which then override those things.
.toml
--dev
config file > environment variables > flags
https://github.com/rethinkdb/horizon/blob/next/cli/src/serve.js#L478-L482
People might be confused when they set config in the
.toml
file but then also set--dev
which then override those things.config file > environment variables > flags
https://github.com/rethinkdb/horizon/blob/next/cli/src/serve.js#L478-L482