rethinkdb / horizon-docs

Other
24 stars 35 forks source link

Configuration precedence isn't mentioned anywhere #70

Closed dalanmiller closed 8 years ago

dalanmiller commented 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.

config file > environment variables > flags

https://github.com/rethinkdb/horizon/blob/next/cli/src/serve.js#L478-L482