diff --git a/plugins/stats_dashboard/config.toml b/plugins/stats_dashboard/config.toml index da5619d..60f4901 100644 --- a/plugins/stats_dashboard/config.toml +++ b/plugins/stats_dashboard/config.toml @@ -1,6 +1,6 @@ enable = true -host = "127.0.0.1" -port = 8080 +host = "0.0.0.0" +port = 8888 username = "admin" password = "admin123" auto_start = "True" \ No newline at end of file