mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-07 15:51:28 +08:00
refactor: unify env path
This commit is contained in:
@@ -49,7 +49,7 @@ class LogSettings(BaseSettings):
|
||||
|
||||
class Config:
|
||||
case_sensitive = True
|
||||
env_file = SystemUtils.get_config_path() / "app.env"
|
||||
env_file = SystemUtils.get_env_path()
|
||||
env_file_encoding = "utf-8"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user