diff options
Diffstat (limited to 'src/config/Whirl.default.toml')
| -rw-r--r-- | src/config/Whirl.default.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config/Whirl.default.toml b/src/config/Whirl.default.toml new file mode 100644 index 0000000..688fa88 --- /dev/null +++ b/src/config/Whirl.default.toml @@ -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 |