diff options
| author | Fuwn <[email protected]> | 2021-05-05 16:02:32 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-05 16:02:32 +0000 |
| commit | 75d33564d1bd833a4909218eeddfeb31ea804250 (patch) | |
| tree | 0e1ecdf0ba55cc60ac4f5f935a484a04f08d1ac0 | |
| parent | chore(make): new task, basically checkf except it also executes clippy (diff) | |
| download | whirl-75d33564d1bd833a4909218eeddfeb31ea804250.tar.xz whirl-75d33564d1bd833a4909218eeddfeb31ea804250.zip | |
fix(config): add ip field to example config
| -rw-r--r-- | Whirl.toml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Whirl.toml.example b/Whirl.toml.example index 688fa88..eb0758f 100644 --- a/Whirl.toml.example +++ b/Whirl.toml.example @@ -1,6 +1,7 @@ [whirlsplash] worldsmaster_username = "WORLDSMASTER" # DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING log_level = 1 # Generally, you should only change this if you are expiriencing issues +ip = "0.0.0.0" # DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING [distributor] worldsmaster_greeting = "Welcome to Whirlsplash!" |