try to implement config files

This commit is contained in:
Lucca Ketterer 2022-06-06 18:24:38 +02:00
parent 1f188988f0
commit 9ba01e69d1
2 changed files with 8 additions and 0 deletions

0
client/config.toml Normal file
View File

8
client/lc.toml Normal file
View File

@ -0,0 +1,8 @@
[server]
ip = "172.0.0.1"
port = "5001"
[server]
ip = "172.0.0.1"
port = "5000"