about summary refs log tree commit diff stats
path: root/salaryman.toml
blob: cd7f67cdc5523ca9752dfb8395f0bd8c130a4043 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
address = "0.0.0.0"
port = 8080

[[user]]
username = "yuzu"
token = "some-super-secret-token"

[[service]]
uuid = "4a8807b8-32ef-4cde-b9ed-8eabfd6cdb15"
name = "minecraft"
command = "java"
args = "-jar /minecraft/server.jar nogui"
directory = "/minecraft/data"
autostart = true