The file should be the fallback for all configuration options not explicitly set at run-time or by the existing dependencies'.
For example, nailgun has a configuration file it goes to if nothing it set at run-time. Rizza should try to load the config from that file, if no information is passed in. If that file doesn't exist, or is blank, Rizza should fall back to this file proposed in this issue.
Yaml is probably the best way to go for this.
The file should be the fallback for all configuration options not explicitly set at run-time or by the existing dependencies'. For example, nailgun has a configuration file it goes to if nothing it set at run-time. Rizza should try to load the config from that file, if no information is passed in. If that file doesn't exist, or is blank, Rizza should fall back to this file proposed in this issue. Yaml is probably the best way to go for this.