diff options
Diffstat (limited to 'Whirl.toml.example')
| -rw-r--r-- | Whirl.toml.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Whirl.toml.example b/Whirl.toml.example new file mode 100644 index 0000000..688fa88 --- /dev/null +++ b/Whirl.toml.example @@ -0,0 +1,10 @@ +[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 + +[distributor] +worldsmaster_greeting = "Welcome to Whirlsplash!" +port = 6650 # DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING + +[hub] +port = 5673 # DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING |