We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e50608d commit 14fe6eeCopy full SHA for 14fe6ee
git_sim/settings.py
@@ -39,7 +39,7 @@ class Settings(BaseSettings):
39
video_format: VideoFormat = VideoFormat.mp4
40
41
class Config:
42
- env_prefix = "git_sim"
+ env_prefix = "git_sim_"
43
44
45
settings = Settings()
0 commit comments