aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_config
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-12-22 03:44:13 +0000
committerFuwn <[email protected]>2021-12-22 03:44:13 +0000
commit4c7cd1eedc2c1ea531644c070e797b2bb6c77962 (patch)
tree7deba23407f42402c2fee32b35629dbd8cd21875 /crates/whirl_config
parentfix(config): localhost ips (diff)
downloadwhirl-4c7cd1eedc2c1ea531644c070e797b2bb6c77962.tar.xz
whirl-4c7cd1eedc2c1ea531644c070e797b2bb6c77962.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
},