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

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