Server Referencesettings
AppSettings
Settings parsed from environment variables with fallback to defaults.
Each entry of SETTING_DEFINITIONS becomes an attribute of the
instance (for example settings.api_port).
Functions
constructor__init__() -> NonePopulate attributes from the environment.
Returns
Nonefunc_process_and_set_attributes() -> NoneParse every definition and set it as an attribute.
Returns
None