diff --git a/config.go b/config.go index 3f400bb..3477d4b 100644 --- a/config.go +++ b/config.go @@ -85,7 +85,7 @@ func DefaultConfig() Config { Server: ServerConfig{ Port: ":8080", BindHost: "0.0.0.0", - ViewerPort: ":8090", + ViewerPort: "", }, Storage: StorageConfig{ RecordingsPath: "/mnt/recordings", diff --git a/config.json.sample b/config.json.sample index e469649..3e352cf 100644 --- a/config.json.sample +++ b/config.json.sample @@ -2,7 +2,7 @@ "server": { "port": ":8080", "bind_host": "0.0.0.0", - "viewer_port": ":8090" + "viewer_port": "" }, "storage": { "recordings_path": "/mnt/recordings",