diff options
Diffstat (limited to 'salaryman.toml')
-rw-r--r-- | salaryman.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/salaryman.toml b/salaryman.toml index 0e0e8fc..cd7f67c 100644 --- a/salaryman.toml +++ b/salaryman.toml @@ -1,10 +1,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 server.jar nogui" +args = "-jar /minecraft/server.jar nogui" directory = "/minecraft/data" autostart = true |