mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 12:10:59 -04:00
20 lines
376 B
JSON
20 lines
376 B
JSON
{
|
|
"settings": [
|
|
{
|
|
"id": "address",
|
|
"label": "Address",
|
|
"description": "Streamer.bot Websocket Server Address",
|
|
"type": "text",
|
|
"defaultValue": "127.0.0.1",
|
|
"group": "Advanced"
|
|
},
|
|
{
|
|
"id": "port",
|
|
"label": "Port",
|
|
"description": "Streamer.bot Websocket Server Port",
|
|
"type": "text",
|
|
"defaultValue": "8080",
|
|
"group": "Advanced"
|
|
}
|
|
]
|
|
} |