blob: 5de09be83aa396312e5732880e5dde862d279ec8 (
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
24
25
26
|
# See more keys and their definitions at https://whirlsplash.org/docs/whirl/configuration
version = "0.1.0"
[whirlsplash]
worldsmaster_username = "WORLDSMASTER"
ip = "127.0.0.1"
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
|