Under hypha/settings/ there are several python configuration files:
βbase.py β Base settings file. Other settings file start by loading this in.
βdev.py β This is settings for development work.
βexample.py β Example settings, not loaded anywhere. (This file should be expanded to cover more settings.)
βlocal.py.example β Copy and rename to "local.py" and it will be loaded by both production and dev settings. Main use is to allow developers an easy way to set and test settings. Can also be used in production but environment variables are the preferred and more secure way.
βproduction.py β This is settings for production use.
βtest.py β This is the settings file for running tests.