change default server port

This commit is contained in:
griffi-gh 2023-02-12 22:30:03 +01:00
parent 80ef55c8b3
commit 6b55688dbd

View file

@ -1,3 +1,3 @@
[server]
address = "0.0.0.0:1234"
address = "0.0.0.0:12345"
max_clients = 254