add push notification support
This commit is contained in:
parent
6a69c5a34d
commit
1b1dcc3755
12 changed files with 175 additions and 10 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue