Compare commits
2 Commits
0391cb3505
...
1a99d6023c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a99d6023c | ||
|
|
57741f5f1c |
Binary file not shown.
@@ -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