add video streaming endpoints
adjust config for bypassing nginx add communication to ergo add cachebusting + fixing icons
This commit is contained in:
parent
15e1018476
commit
6a69c5a34d
6 changed files with 160 additions and 10 deletions
|
|
@ -1,7 +1,12 @@
|
|||
import os
|
||||
SECRETKEY = os.path.join("secrets", "pubkey.pem")
|
||||
|
||||
MINIO_ADDR = "data.example.xyz"
|
||||
# CEF-specific port (grumble communicates over it as well)
|
||||
ERGO_ADDR = "127.0.0.1"
|
||||
ERGO_PORT = 22843
|
||||
|
||||
MINIO_INTERNAL_ADDR = "http://127.0.0.1:9000" # dodges nginx
|
||||
MINIO_EXTERNAL_ADDR = "data.example.xyz"
|
||||
MINIO_ACCESS_KEY = "access-key-goes-here"
|
||||
MINIO_SECRET_KEY = "secret-key-goes-here"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue