All checks were successful
Implement a stateless Go service that routes /api/v1/send_push and /api/v1/ack by platform prefix to configured backends, enabling mixed official and custom mobile clients on a single PushNotificationServer URL. Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
342 B
JSON
14 lines
342 B
JSON
{
|
|
"ListenAddress": ":8067",
|
|
"ApplePushSettings": [
|
|
{
|
|
"Type": "apple_bubbles",
|
|
"ApplePushTopic": "com.fmartingr.Bubbles",
|
|
"AppleAuthKeyFile": "/config/apns.p8",
|
|
"AppleAuthKeyID": "YOUR_KEY_ID",
|
|
"AppleTeamID": "YOUR_TEAM_ID",
|
|
"ApplePushUseDevelopment": false
|
|
}
|
|
],
|
|
"AndroidPushSettings": []
|
|
}
|