diff --git a/app/config.py b/app/config.py index 2665e61d..f91e3acc 100644 --- a/app/config.py +++ b/app/config.py @@ -10,7 +10,7 @@ ELASTIC_USER = os.getenv("ELASTIC_USER") ELASTIC_URL = os.getenv("ELASTIC_URL") DSN_SENTRY = os.getenv("DSN_SENTRY") -CURRENT_ENV = os.getenv("CURRENT_ENV", "dev") +CURRENT_ENV = os.getenv("ENV", "dev") APM_URL = os.getenv("APM_URL") BASE_DIR = pathlib.Path(__file__).parent OPEN_API_PATH = BASE_DIR / "doc" / "open-api.yml"