Revert "feat: replace Web Push with ntfy for medication reminders"

This reverts commit 1cada42370.
This commit is contained in:
Frank Schwenk
2026-07-08 08:25:34 +02:00
parent 1cada42370
commit bff14167c9
17 changed files with 323 additions and 251 deletions
+3 -4
View File
@@ -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"