9 lines
102 B
TOML
9 lines
102 B
TOML
|
[server]
|
||
|
ip = "127.0.0.1"
|
||
|
port = 8080
|
||
|
log_path = "futriix.log"
|
||
|
|
||
|
[client]
|
||
|
ip = "127.0.0.1"
|
||
|
port = 8080
|