mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
refactor: implement push notification relay and enhance Expo integration
This commit is contained in:
@@ -297,6 +297,14 @@ VAPID_PUBLIC_KEY=
|
||||
VAPID_PRIVATE_KEY=
|
||||
VAPID_SUBJECT=mailto:support@oneuptime.com
|
||||
|
||||
# Expo access token for sending mobile push notifications directly via Expo SDK.
|
||||
# If not set, push notifications are relayed through the push notification relay URL below.
|
||||
EXPO_ACCESS_TOKEN=
|
||||
|
||||
# Push notification relay URL for self-hosted instances without Expo credentials.
|
||||
# Self-hosted servers relay push notifications through this gateway.
|
||||
PUSH_NOTIFICATION_RELAY_URL=https://oneuptime.com/api/notification/push-relay/send
|
||||
|
||||
# LLM Environment Variables
|
||||
|
||||
# Hugging Face Token for LLM Server to downlod models from Hugging Face
|
||||
|
||||
Reference in New Issue
Block a user