消息推送后台打通

This commit is contained in:
not-like-juvenile
2026-03-09 10:39:29 +08:00
parent 427010f7db
commit 436b7b251f
11 changed files with 466 additions and 291 deletions

View File

@@ -0,0 +1,13 @@
{
"SUPA_URL": "https://your-supabase.example",
"SUPA_KEY": "your-service-role-key",
"CLOUD_FUNC_URL": "https://your-cloudfunc.example/handle",
"ENABLE_CONSUMER": "true",
"CONSUMER_POLL_MS": "2000",
"PUSH_TOKEN": "optional-push-token",
"MAX_RETRIES": "5",
"RETRY_INITIAL_MS": "5000",
"RETRY_FACTOR": "2",
"RETRY_MAX_MS": "3600000",
"PORT": "7301"
}