diff options
| author | Fuwn <[email protected]> | 2021-12-22 03:39:57 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-12-22 03:39:57 +0000 |
| commit | eac20b1138fd26b2cff411db258cf77340e75a72 (patch) | |
| tree | e3592890e94b82b2457f1f0a11e767b3d1e90154 /crates/whirl_config/Config.default.toml | |
| parent | Merge pull request #97 from Whirlsplash/renovate/curl-0.x (diff) | |
| download | whirl-eac20b1138fd26b2cff411db258cf77340e75a72.tar.xz whirl-eac20b1138fd26b2cff411db258cf77340e75a72.zip | |
fix(config): localhost ips
Diffstat (limited to 'crates/whirl_config/Config.default.toml')
| -rw-r--r-- | crates/whirl_config/Config.default.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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] |