From 11fa33be0a75ccf668943eed5e64eaf9e8eb9c72 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 7 Oct 2023 04:33:52 -0700 Subject: [PATCH] test --- app/core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/config.py b/app/core/config.py index c46ffee6..886fb718 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -285,6 +285,6 @@ class Settings(BaseSettings): settings = Settings( - _env_file=Settings().CONFIG_PATH / "app.env", + _env_file="/config/app.env", _env_file_encoding="utf-8" )