update
This commit is contained in:
parent
70f5dd0c52
commit
433b8822cd
@ -52,5 +52,6 @@ class Settings(BaseSettings):
|
|||||||
class Config:
|
class Config:
|
||||||
case_sensitive = True
|
case_sensitive = True
|
||||||
env_file = ".env"
|
env_file = ".env"
|
||||||
|
extra = "allow" # 允许额外的环境变量
|
||||||
|
|
||||||
settings = Settings()
|
settings = Settings()
|
||||||
Loading…
Reference in New Issue
Block a user