aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_config
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-12-22 03:44:13 -0800
committerFuwn <[email protected]>2021-12-22 03:44:13 -0800
commit1ab36672dc5441f4cc45cba2459be00971c8ccbb (patch)
tree75465916005090ef814ab7aabfee174bb8a62c76 /crates/whirl_config
parentfix(config): localhost ips (diff)
downloadwhirl-1ab36672dc5441f4cc45cba2459be00971c8ccbb.tar.xz
whirl-1ab36672dc5441f4cc45cba2459be00971c8ccbb.zip
fix: more localhost ips
Diffstat (limited to 'crates/whirl_config')
-rw-r--r--crates/whirl_config/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_config/src/lib.rs b/crates/whirl_config/src/lib.rs
index 218a249..b5f9d6e 100644
--- a/crates/whirl_config/src/lib.rs
+++ b/crates/whirl_config/src/lib.rs
@@ -95,7 +95,7 @@ impl Default for Config {
version: "0.1.0".to_string(),
whirlsplash: WhirlsplashConfig {
worldsmaster_username: "WORLDSMASTER".to_string(),
- ip: "0.0.0.0".to_string(),
+ ip: "127.0.0.1".to_string(),
api: WhirlsplashApiConfig {
port: 80
},