From a0fc24024b8edd5a220ecf22e9fd4635150ab312 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 15 May 2021 16:35:40 +0000 Subject: refactor(config): new documentation information Remove comments, add URL to Whirlsplash documentation regarding configuration options. --- src/config/Whirl.default.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/config/Whirl.default.toml b/src/config/Whirl.default.toml index 6dcc7d8..0edb0b2 100644 --- a/src/config/Whirl.default.toml +++ b/src/config/Whirl.default.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 -- cgit v1.2.3