更改文件名:
my_app.env必须为
.env。
从
source代码:
class AutoConfig(object): """ Autodetects the config file and type. """ SUPPORTED = { 'settings.ini': RepositoryIni, '.env': RepositoryEnv, }
更改文件名:
my_app.env必须为
.env。
从
source代码:
class AutoConfig(object): """ Autodetects the config file and type. """ SUPPORTED = { 'settings.ini': RepositoryIni, '.env': RepositoryEnv, }