Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

earthscope_sfg_workflows.config.env_config

This module manages environment-specific configurations.

It defines a class Environment that detects the current working environment (e.g., LOCAL or GEOLAB) and loads relevant settings from environment variables.

class Environment

A class to manage and provide access to environment-specific settings.

This class should not be instantiated. It provides its functionality through class methods.

class WorkingEnvironment

Enumeration for the possible working environments.