mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 08:26:53 +08:00
fix
This commit is contained in:
+1
-1
@@ -296,6 +296,6 @@ class Settings(BaseSettings):
|
|||||||
|
|
||||||
|
|
||||||
settings = Settings(
|
settings = Settings(
|
||||||
_env_file=Path(os.environ.get("CONFIG_DIR", "/config")) / "app.env",
|
_env_file=Settings().CONFIG_PATH / "app.env",
|
||||||
_env_file_encoding="utf-8"
|
_env_file_encoding="utf-8"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user