diff options
| author | Fuwn <[email protected]> | 2021-04-27 17:02:09 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-27 17:02:09 +0000 |
| commit | fc5c05bce7a5f9d763d72b870717a530dfcf9524 (patch) | |
| tree | a9112c07c3cef656be38715cf143797529fbdbb2 /src/config/Whirl.default.toml | |
| parent | etc: Add a Say Thanks button :) (diff) | |
| download | whirl-fc5c05bce7a5f9d763d72b870717a530dfcf9524.tar.xz whirl-fc5c05bce7a5f9d763d72b870717a530dfcf9524.zip | |
feature: New configuration file format
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 |