mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-02 23:16:51 +00:00
Fixes Docker build
https://github.com/thrasher-/gocryptotrader/issues/162 Also enabled webserver so that communication can happen between the docker web and cli containers
This commit is contained in:
@@ -116,13 +116,13 @@
|
||||
]
|
||||
},
|
||||
"Webserver": {
|
||||
"Enabled": false,
|
||||
"Enabled": true,
|
||||
"AdminUsername": "admin",
|
||||
"AdminPassword": "Password",
|
||||
"ListenAddress": ":9050",
|
||||
"WebsocketConnectionLimit": 0,
|
||||
"WebsocketMaxAuthFailures": 0,
|
||||
"WebsocketAllowInsecureOrigin": false
|
||||
"WebsocketConnectionLimit": 1,
|
||||
"WebsocketMaxAuthFailures": 3,
|
||||
"WebsocketAllowInsecureOrigin": true
|
||||
},
|
||||
"Exchanges": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user