ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/salaryman/trunk/salaryman.toml
Revision: 13
Committed: Wed Jul 9 20:24:36 2025 UTC (3 months ago) by yuzu
File size: 279 byte(s)
Log Message:
working network communication

File Contents

# Content
1 address = "0.0.0.0"
2 port = 8080
3
4 [[user]]
5 username = "yuzu"
6 token = "some-super-secret-token"
7
8 [[service]]
9 uuid = "4a8807b8-32ef-4cde-b9ed-8eabfd6cdb15"
10 name = "minecraft"
11 command = "java"
12 args = "-jar /minecraft/server.jar nogui"
13 directory = "/minecraft/data"
14 autostart = true
15