missed one
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user