This commit is contained in:
jxxghp 2023-10-07 04:33:52 -07:00
parent b5ac9d4ce4
commit 11fa33be0a

View File

@ -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"
)