Skip to content

Commit

Permalink
Change env_prefix to BOOTCAMP
Browse files Browse the repository at this point in the history
We'll need to modify the template to deal with hyphenated app names.
  • Loading branch information
jonathansick committed Apr 24, 2024
1 parent cb95484 commit cdcedd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fastapibootcamp/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Config(BaseSettings):
)

model_config = SettingsConfigDict(
env_prefix="FASTAPI-BOOTCAMP_", case_sensitive=False
env_prefix="FASTAPI_BOOTCAMP_", case_sensitive=False
)


Expand Down

0 comments on commit cdcedd8

Please sign in to comment.