Closed kristleifur closed 5 years ago
Hi!,
These changes allow one to specify the configuration filename to look for, in addition to settings.ini and .env. I hope they may be useful.
settings.ini
.env
Used like so: config = AutoConfig(path, optional_config_filenames=["named.env"])
config = AutoConfig(path, optional_config_filenames=["named.env"])
Thanks!
Hi!,
These changes allow one to specify the configuration filename to look for, in addition to
settings.ini
and.env
. I hope they may be useful.Used like so:
config = AutoConfig(path, optional_config_filenames=["named.env"])
Thanks!