Skip to content

Commit

Permalink
Fix env file name
Browse files Browse the repository at this point in the history
  • Loading branch information
bonk1t committed Jan 9, 2024
1 parent 28ed056 commit 96bb97b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion nalgonda/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Settings(BaseSettings):
redis_url: RedisDsn = Field(default="redis://localhost:6379/1")
secret_key: str | None = Field(default=None)

model_config = SettingsConfigDict(env_file=".env")
model_config = SettingsConfigDict(env_file=".env.testing")


settings = Settings()

0 comments on commit 96bb97b

Please sign in to comment.