Skip to content

Commit

Permalink
add service_config
Browse files Browse the repository at this point in the history
  • Loading branch information
OloFuchs committed Jan 10, 2024
1 parent 4d11eee commit be08c68
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions service_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"configs": [
{
"name": "oak0",
"port": 50010,
"host": "localhost",
"log_level": "INFO",
"subscriptions": [
{
"uri": {
"path": "/rgb",
"query": "service_name=oak0"
},
"every_n": 1
}
]
}
]
}

0 comments on commit be08c68

Please sign in to comment.