SealSkin
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__() -> None

Populate attributes from the environment.

Returns

None
func_process_and_set_attributes() -> None

Parse every definition and set it as an attribute.

Returns

None

On this page