aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-12-22 03:39:57 +0000
committerFuwn <[email protected]>2021-12-22 03:39:57 +0000
commiteac20b1138fd26b2cff411db258cf77340e75a72 (patch)
treee3592890e94b82b2457f1f0a11e767b3d1e90154
parentMerge pull request #97 from Whirlsplash/renovate/curl-0.x (diff)
downloadarchived-whirl-eac20b1138fd26b2cff411db258cf77340e75a72.tar.xz
archived-whirl-eac20b1138fd26b2cff411db258cf77340e75a72.zip
fix(config): localhost ips
-rw-r--r--.whirl/Config.example.toml2
-rw-r--r--crates/whirl_config/Config.default.toml2
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]