flexmeasures.utils.config_defaults

Our configuration requirements and defaults

This can be adjusted per environment here. Anything confidential should be handled outside of source control (e.g. a SECRET KEY file is generated on first install, and confidential settings can be set via the <app-env>-conf.py file.

Classes

class flexmeasures.utils.config_defaults.Config

If there is a useful default value, set it here. Otherwise, set to None, so that it can be set either by subclasses or the env-specific config script.

class flexmeasures.utils.config_defaults.DevelopmentConfig
class flexmeasures.utils.config_defaults.DocumentationConfig
class flexmeasures.utils.config_defaults.ProductionConfig
class flexmeasures.utils.config_defaults.StagingConfig
class flexmeasures.utils.config_defaults.TestingConfig