aboutsummaryrefslogtreecommitdiff
path: root/.whirl/Config.example.toml
diff options
context:
space:
mode:
Diffstat (limited to '.whirl/Config.example.toml')
-rw-r--r--.whirl/Config.example.toml24
1 files changed, 24 insertions, 0 deletions
diff --git a/.whirl/Config.example.toml b/.whirl/Config.example.toml
new file mode 100644
index 0000000..aa2d684
--- /dev/null
+++ b/.whirl/Config.example.toml
@@ -0,0 +1,24 @@
+# See more keys and their definitions at https://whirlsplash.org/docs/whirl/configuration
+
+[whirlsplash]
+worldsmaster_username = "WORLDSMASTER"
+ip = "0.0.0.0"
+api.port = 8080
+
+[whirlsplash.prompt]
+enable = false
+ps1 = "[WORLDSMASTER@Whirlsplash ~]$"
+
+[whirlsplash.log]
+enable = true
+level = 1
+everything = false
+test = false
+file = true
+
+[distributor]
+worldsmaster_greeting = "Welcome to Whirlsplash!"
+port = 6650
+
+[hub]
+port = 5673