mirror of
https://github.com/home-assistant/iOS.git
synced 2026-04-11 11:48:18 -05:00
## Summary Implements the push send and rate limit information in Swift using Vapor. ## Any other notes This will allow us to get off Firebase, which gives a few immediate benefits: - We can send PushKit notifications for complications, widgets, and location updates. - We remove the last SDK that uses network connectivity to third parties.
19 lines
235 B
TOML
19 lines
235 B
TOML
app = "haapns-redis"
|
|
|
|
kill_signal = "SIGINT"
|
|
kill_timeout = 5
|
|
processes = []
|
|
|
|
[build]
|
|
image = "flyio/redis:6.2.6"
|
|
|
|
[env]
|
|
|
|
[experimental]
|
|
allowed_public_ports = []
|
|
auto_rollback = true
|
|
|
|
[metrics]
|
|
port = 9091
|
|
path = "/metrics"
|