Add env fix for CI and remove caching
This commit is contained in:
@@ -65,7 +65,7 @@ class Settings(BaseSettings):
|
||||
return allowed_ids
|
||||
|
||||
class Config:
|
||||
env_file = ".env"
|
||||
env_file = [".env", ".env.example"]
|
||||
|
||||
|
||||
settings = Settings()
|
||||
|
||||
Reference in New Issue
Block a user