Skip to content

Commit 598272d

Browse files
No Longer Rely on Build Env Variables
1 parent 9b8cf6c commit 598272d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

backend/app/core/config.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,4 @@ class Settings(BaseSettings):
2424
LANGFUSE_PUBLIC_KEY: str
2525
LANGFUSE_HOST: str
2626

27-
class Config:
28-
env_file = ".env"
29-
cache_on_load = False
30-
31-
3227
settings = Settings()

0 commit comments

Comments
 (0)