diff options
author | yuzu <yuzu@b9215c17-b818-4693-b096-d1e41a411fef> | 2025-07-09 20:24:36 +0000 |
---|---|---|
committer | yuzu <yuzu@b9215c17-b818-4693-b096-d1e41a411fef> | 2025-07-09 20:24:36 +0000 |
commit | bc0fac1bf2a02c9a76c8c4b9eccc9235de4e86b2 (patch) | |
tree | aa8bd79bacddd6830453e8a8beb5ea976155c5fe /salaryman.toml | |
parent | b2cf95ed207e42d1f57de1e5b5030af8c734103b (diff) | |
download | salaryman-bc0fac1bf2a02c9a76c8c4b9eccc9235de4e86b2.tar.gz salaryman-bc0fac1bf2a02c9a76c8c4b9eccc9235de4e86b2.tar.bz2 salaryman-bc0fac1bf2a02c9a76c8c4b9eccc9235de4e86b2.zip |
working network communication
git-svn-id: svn+ssh://diminuette.aengel.lesbianunix.dev/salaryman/trunk@13 b9215c17-b818-4693-b096-d1e41a411fef
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 |