diff options
Diffstat (limited to 'Whirl.example.toml')
| -rw-r--r-- | Whirl.example.toml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Whirl.example.toml b/Whirl.example.toml index 6dcc7d8..0edb0b2 100644 --- a/Whirl.example.toml +++ b/Whirl.example.toml @@ -1,6 +1,8 @@ +# See more keys and their definitions at https://whirlsplash.org/docs/whirl/configuration + [whirlsplash] -worldsmaster_username = "WORLDSMASTER" # DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING -ip = "0.0.0.0" # DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING +worldsmaster_username = "WORLDSMASTER" +ip = "0.0.0.0" api.port = 8080 [whirlsplash.prompt] @@ -15,7 +17,7 @@ test = false [distributor] worldsmaster_greeting = "Welcome to Whirlsplash!" -port = 6650 # DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING +port = 6650 [hub] -port = 5673 # DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING +port = 5673 |