Push Notifications
This module handles sending push notifications to users.
Features
- Compatible with Firebase Push Notification Service
- Easily configurable
- Failover baked-in
Dependencies
This module has no dependencies.
Minimum Configuration
This module is disabled by default.
See Configuration.
Environmental Variables
Name | Required | Description | Example |
---|---|---|---|
CONDUIT_SERVER | True | Conduit Core's address and port | 0.0.0.0:55152 |
SERVICE_IP | True | Address and port to listen to for this module | 0.0.0.0:56154 |
REGISTER_NAME | False | Name-based network registration (containers) | False |
GRCP_KEY | False | Specifying a secret enables gRPC signed request protection | someRandomSecret |