You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Development/nmos-cpp-node/config.json
+3
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,9 @@
114
114
//"discovery_backoff_max": 30,
115
115
//"discovery_backoff_factor": 1.5,
116
116
117
+
// service_name_prefix [registry, node]: used as a prefix in the advertised service names ("<prefix>_<api>_<host>:<port>", e.g. "nmos-cpp_node_127-0-0-1:3212")
118
+
//"service_name_prefix": "nmos-cpp"
119
+
117
120
// registry_address [node]: IP address or host name used to construct request URLs for registry APIs (if not discovered via DNS-SD)
Copy file name to clipboardExpand all lines: Development/nmos-cpp-registry/config.json
+3
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,9 @@
43
43
//"discovery_backoff_max": 30,
44
44
//"discovery_backoff_factor": 1.5,
45
45
46
+
// service_name_prefix [registry, node]: used as a prefix in the advertised service names ("<prefix>_<api>_<host>:<port>", e.g. "nmos-cpp_node_127-0-0-1:3212")
47
+
//"service_name_prefix": "nmos-cpp"
48
+
46
49
// port numbers [registry, node]: ports to which clients should connect for each API
47
50
48
51
// http_port [registry, node]: if specified, this becomes the default port for each HTTP API and the next higher port becomes the default for each WebSocket API
// service_name_prefix [registry, node]: used as a prefix in the advertised service names ("<prefix>_<api>_<host>:<port>", e.g. "nmos-cpp_node_127-0-0-1:3212")
0 commit comments