Skip to content

Commit 828bb08

Browse files
made changes on setting.py
1 parent 3947a43 commit 828bb08

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

backend/app/core/config/settings.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ class Settings(BaseSettings):
3939
# Backend URL
4040
backend_url: str = ""
4141

42+
# ✅ New org info fields (pulled from .env automatically)
43+
org_name: str
44+
org_website: str
45+
org_github: str
46+
org_twitter: str
47+
4248
@field_validator("supabase_url", "supabase_key", mode="before")
4349
@classmethod
4450
def _not_empty(cls, v, field):

0 commit comments

Comments
 (0)