Skip to content

Commit

Permalink
Update node config JSON to include is12_versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lo-simon committed Feb 15, 2024
1 parent 0b1191d commit 6f025a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Development/nmos-cpp-node/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@
// is10_versions [registry, node]: used to specify the enabled API versions for a version-locked configuration
//"is10_versions": ["v1.0"],

// is12_versions [node]: used to specify the enabled API versions for a version-locked configuration
//"is12_versions": ["v1.0"],

// pri [registry, node]: used for the 'pri' TXT record; specifying nmos::service_priorities::no_priority (maximum value) disables advertisement completely
//"pri": 100,

Expand Down

0 comments on commit 6f025a8

Please sign in to comment.