Revert "feat: replace Web Push with ntfy for medication reminders"
This reverts commit 1cada42370.
This commit is contained in:
+3
-4
@@ -10,10 +10,9 @@ class Settings(BaseSettings):
|
||||
jwt_secret: str = "dev-secret-change-me"
|
||||
jwt_expire_days: int = 90
|
||||
|
||||
ntfy_url: str = "https://ntfy.schwenk.online"
|
||||
ntfy_topic: str = "takeyourmeds"
|
||||
ntfy_token: str = ""
|
||||
ntfy_click_url: str = "https://medis.schwenk.online"
|
||||
vapid_private_key: str = ""
|
||||
vapid_public_key: str = ""
|
||||
vapid_claims_email: str = "mailto:admin@schwenk.online"
|
||||
|
||||
openrouter_api_key: str = ""
|
||||
openrouter_model: str = "google/gemini-2.0-flash-001"
|
||||
|
||||
Reference in New Issue
Block a user