From 65b30753f0fce67cae929385dc6523fba3669820 Mon Sep 17 00:00:00 2001 From: wilson Date: Sun, 3 May 2026 15:28:38 +0100 Subject: [PATCH] Update config.py --- api/app/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/app/config.py b/api/app/config.py index 91d14cb..6303790 100644 --- a/api/app/config.py +++ b/api/app/config.py @@ -19,6 +19,7 @@ class Settings(BaseSettings): storage_access_key: str storage_secret_key: str storage_bucket: str = "langlearn" + stub_generation: bool = False model_config = {"env_file": ".env"}