Push notifications
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
"Database": "User ID=postgres;Password=postgres;Database=streaming;Pooling=true;Host=127.0.0.1:5431"
|
||||
},
|
||||
"Config": {
|
||||
"Redis": "localhost:6666",
|
||||
"RtmpHost": "rtmp://localhost:9005",
|
||||
"SrsHttpHost": "http://localhost:9003",
|
||||
"SrsApiHost": "http://localhost:9002",
|
||||
@ -33,6 +34,7 @@
|
||||
"SecretKey": "p7EK4qew6DBkBPqrpRPuJgTOc6ChUlfIcEdAwE7K",
|
||||
"PublicHost": "http://localhost:9010"
|
||||
},
|
||||
"SnortApi": "https://api.snort.social",
|
||||
"GeoIpDatabase": "/Users/kieran/Downloads/GeoLite2-City_20230801/GeoLite2-City.mmdb",
|
||||
"Edges": [
|
||||
{
|
||||
@ -52,6 +54,10 @@
|
||||
"ClientId": "123",
|
||||
"ClientSecret": "aaa"
|
||||
},
|
||||
"DataProtectionKeyPath": "./keys"
|
||||
"DataProtectionKeyPath": "./keys",
|
||||
"VapidKey": {
|
||||
"PublicKey": "BOlCzqQENSe0TR8wCfQmTW2p_QhaOSqLLVMqKduTNcZKuebLHQuXjh17Ewo_g-Q4iDTnKVj2BdxBqxf5Dc6FhvU",
|
||||
"PrivateKey": "JL5_OHhNaD9SzYdOfLYd9W_G-4V-J22TANpbD4JXEkI"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user