Skip to content

Commit

Permalink
Merge pull request #4984 from oralunal/patch-5
Browse files Browse the repository at this point in the history
Fixing WebUI Logging
  • Loading branch information
solderzzc authored Aug 31, 2016
2 parents 95b65bb + ab9f39f commit 2c09179
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 deletions.
6 changes: 5 additions & 1 deletion configs/config.json.cluster.example
Original file line number Diff line number Diff line change
Expand Up @@ -285,5 +285,9 @@
"Weezing": {},
"Flareon": {}

}
},
"websocket": {
"start_embedded_server": true,
"server_url": "127.0.0.1:4000"
}
}
6 changes: 5 additions & 1 deletion configs/config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -330,5 +330,9 @@
"Muk": {},
"Weezing": {},
"Flareon": {}
}
},
"websocket": {
"start_embedded_server": true,
"server_url": "127.0.0.1:4000"
}
}
6 changes: 5 additions & 1 deletion configs/config.json.map.example
Original file line number Diff line number Diff line change
Expand Up @@ -549,5 +549,9 @@
"Weezing": {},
"Flareon": {}

}
},
"websocket": {
"start_embedded_server": true,
"server_url": "127.0.0.1:4000"
}
}
6 changes: 5 additions & 1 deletion configs/config.json.path.example
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
6 changes: 5 additions & 1 deletion configs/config.json.pokemon.example
Original file line number Diff line number Diff line change
Expand Up @@ -519,5 +519,9 @@
"Weezing": {},
"Flareon": {}

}
},
"websocket": {
"start_embedded_server": true,
"server_url": "127.0.0.1:4000"
}
}

0 comments on commit 2c09179

Please sign in to comment.