config: change default listen port

This now matches the rotctld default listen port
This commit is contained in:
torque 2024-07-06 12:56:10 -07:00
parent bd465af30d
commit 0e88022a8d
Signed by: torque
SSH Key Fingerprint: SHA256:nCrXefBNo6EbjNSQhv0nXmEg/VuNq3sMF5b8zETw3Tk

View File

@ -32,7 +32,7 @@ pub fn destroy(allocator: std.mem.Allocator) void {
rotctl: RotControlConfig = .{
.listen_address = "127.0.0.1",
.listen_port = 5432,
.listen_port = 4533,
},
labjack: LabjackConfig = .{
.device = .autodetect,