ENV_LOCAL: str = "local" ENV_DEV: str = "dev" ENV_QA: str = "qa" ENV_PROD: str = "prod" ENVS: tuple = (ENV_LOCAL, ENV_DEV, ENV_QA) SERVICE: str = "decibel-cms"