diff --git a/configs/config.json.cluster.example b/configs/config.json.cluster.example index 8ee264c2ce..6d9d584985 100644 --- a/configs/config.json.cluster.example +++ b/configs/config.json.cluster.example @@ -285,5 +285,9 @@ "Weezing": {}, "Flareon": {} - } + }, + "websocket": { + "start_embedded_server": true, + "server_url": "127.0.0.1:4000" + } } diff --git a/configs/config.json.example b/configs/config.json.example index e7a6244691..5cf9951642 100644 --- a/configs/config.json.example +++ b/configs/config.json.example @@ -330,5 +330,9 @@ "Muk": {}, "Weezing": {}, "Flareon": {} - } + }, + "websocket": { + "start_embedded_server": true, + "server_url": "127.0.0.1:4000" + } } diff --git a/configs/config.json.map.example b/configs/config.json.map.example index 050dc332de..fc9ca4ae14 100644 --- a/configs/config.json.map.example +++ b/configs/config.json.map.example @@ -549,5 +549,9 @@ "Weezing": {}, "Flareon": {} - } + }, + "websocket": { + "start_embedded_server": true, + "server_url": "127.0.0.1:4000" + } } diff --git a/configs/config.json.path.example b/configs/config.json.path.example index efa9493505..c1e56dcc20 100644 --- a/configs/config.json.path.example +++ b/configs/config.json.path.example @@ -268,5 +268,9 @@ "// all": {"keep_best_cp": 100}, "// Example of keeping the 2 strongest (based on CP) and 3 best (based on IV) Zubat:": {}, "// Zubat": {"keep_best_cp": 2, "keep_best_iv": 3} - } + }, + "websocket": { + "start_embedded_server": true, + "server_url": "127.0.0.1:4000" + } } diff --git a/configs/config.json.pokemon.example b/configs/config.json.pokemon.example index f2641b12ac..a86aa0ef97 100644 --- a/configs/config.json.pokemon.example +++ b/configs/config.json.pokemon.example @@ -519,5 +519,9 @@ "Weezing": {}, "Flareon": {} - } + }, + "websocket": { + "start_embedded_server": true, + "server_url": "127.0.0.1:4000" + } }