Skip to content

Commit 14fe6ee

Browse files
authored
Add trailing underscore to env_prefix (#54)
1 parent e50608d commit 14fe6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git_sim/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Settings(BaseSettings):
3939
video_format: VideoFormat = VideoFormat.mp4
4040

4141
class Config:
42-
env_prefix = "git_sim"
42+
env_prefix = "git_sim_"
4343

4444

4545
settings = Settings()

0 commit comments

Comments
 (0)