add push notification support

This commit is contained in:
CEF Server 2024-07-17 14:34:01 +00:00
parent 6a69c5a34d
commit 1b1dcc3755
12 changed files with 175 additions and 10 deletions

View file

@ -1,5 +1,5 @@
import os
SECRETKEY = os.path.join("secrets", "pubkey.pem")
SECRETKEY = os.path.join("keys", "pubkey.pem")
# CEF-specific port (grumble communicates over it as well)
ERGO_ADDR = "127.0.0.1"