aboutsummaryrefslogtreecommitdiff
path: root/Whirl.example.toml
blob: 0edb0b2f67556ad596f5a4e4087cbeabd14f03e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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

[distributor]
worldsmaster_greeting = "Welcome to Whirlsplash!"
port = 6650

[hub]
port = 5673