Add error checking in places, set up automatic relay provisioning and fix starting bots
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"Address": "127.0.0.1",
|
||||
"UseSSL": true
|
||||
},
|
||||
"Relay": {
|
||||
"RelayAPI": {
|
||||
"Enabled": true,
|
||||
"Port": 13868,
|
||||
"Address": "127.0.0.1",
|
||||
@@ -16,6 +16,12 @@
|
||||
"UsePassword": true,
|
||||
"ConnectOnCreate": false,
|
||||
"Debug": false,
|
||||
"Relay": {
|
||||
"Host": "127.0.0.1",
|
||||
"Port": "201x",
|
||||
"User": "sir",
|
||||
"Password": "sir"
|
||||
},
|
||||
"Dist": {
|
||||
"Enabled": true,
|
||||
"SendOutput": false,
|
||||
|
||||
Reference in New Issue
Block a user