shon / converge

Simple settings management for Python (only) applications
MIT License
10 stars 8 forks source link

Adding support for pre-checking existence of SETTINGS_DIR and APP_MODE as OS env. var. #12

Closed pramitrn closed 4 years ago

pramitrn commented 4 years ago

It will first check whether SETTINGS_DIR and APP_MODE are present as OS environment variables, if present they will be used, else it will proceed as before; in absence of APP_MODE 'default_settings' will be imported