mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
add option to enable api server
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
"api": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"enabled": {
|
||||
"type": "boolean",
|
||||
"description": "Whether the API server is enabled"
|
||||
},
|
||||
"port": {
|
||||
"type": "integer",
|
||||
"description": "Port for the API server to listen on"
|
||||
|
||||
Reference in New Issue
Block a user