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