diff options
| -rw-r--r-- | .whirl/Config.example.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_config/Config.default.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.whirl/Config.example.toml b/.whirl/Config.example.toml index 3bf6fa0..5de09be 100644 --- a/.whirl/Config.example.toml +++ b/.whirl/Config.example.toml @@ -4,7 +4,7 @@ version = "0.1.0" [whirlsplash] worldsmaster_username = "WORLDSMASTER" -ip = "0.0.0.0" +ip = "127.0.0.1" api.port = 8080 [whirlsplash.prompt] diff --git a/crates/whirl_config/Config.default.toml b/crates/whirl_config/Config.default.toml index 3bf6fa0..5de09be 100644 --- a/crates/whirl_config/Config.default.toml +++ b/crates/whirl_config/Config.default.toml @@ -4,7 +4,7 @@ version = "0.1.0" [whirlsplash] worldsmaster_username = "WORLDSMASTER" -ip = "0.0.0.0" +ip = "127.0.0.1" api.port = 8080 [whirlsplash.prompt] |