You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Having to pass all the configuration through as cli flags or envirionment variables can be frustrating if the same configuration is used for a number of different course configurations.
Describe the solution you'd like
This should load the configuration parameters from configuration files.
A hierarchy (higher takes priority):
~/.scioer.yml
~/.config/scioer/config.yml
$XDG_CONFIG_HOME/scioer/config.yml
/etc/scioer/config.yml
A specific configuration file can be specified with the --config <file> or ignored with the --no-config options.
Describe alternatives you've considered
This should tie into the configuration order of precedence with #43, #44, and #45.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Having to pass all the configuration through as cli flags or envirionment variables can be frustrating if the same configuration is used for a number of different course configurations.
Describe the solution you'd like
This should load the configuration parameters from configuration files.
A hierarchy (higher takes priority):
~/.scioer.yml
~/.config/scioer/config.yml
$XDG_CONFIG_HOME/scioer/config.yml
/etc/scioer/config.yml
A specific configuration file can be specified with the
--config <file>
or ignored with the--no-config
options.Describe alternatives you've considered
This should tie into the configuration order of precedence with #43, #44, and #45.
The text was updated successfully, but these errors were encountered: