missed one

This commit is contained in:
c-d-p
2025-05-01 00:17:41 +02:00
parent 0391cb3505
commit 57741f5f1c

View File

@@ -26,7 +26,7 @@ class Settings(BaseSettings):
JWT_SECRET_KEY: str = "secret"
# Other settings
GOOGLE_API_KEY: str
GOOGLE_API_KEY: str = "google_api_key"
EXPO_PUSH_API_URL: str = "https://exp.host/--/api/v2/push/send"
class Config: