Implemented and fixed many issues
This commit is contained in:
@@ -138,6 +138,9 @@ Hub = {
|
||||
MaxPushPoints = 2000
|
||||
RingTemporal = 1000000
|
||||
RingScalar = 100000
|
||||
// The SPA is served on WEBUI_PORT, not WSPort, so its Origin does not match
|
||||
// the hub's Host and the default same-origin check would 403 the handshake.
|
||||
AllowedOrigins = "http://localhost:${WEBUI_PORT},http://127.0.0.1:${WEBUI_PORT}"
|
||||
+History = {
|
||||
Directory = "/tmp/streamhub_history"
|
||||
DurationHours = 1
|
||||
|
||||
Reference in New Issue
Block a user