消息推送后台打通
This commit is contained in:
13
server/config.json.example
Normal file
13
server/config.json.example
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user