mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-22 06:48:43 -06:00
add toml highlight to readme
This commit is contained in:
parent
b60eb42a81
commit
cc9a829552
|
@ -94,7 +94,7 @@ cargo run -p kubi -- 127.0.0.1:1234
|
||||||
|
|
||||||
<h2>server configuration</h2>
|
<h2>server configuration</h2>
|
||||||
|
|
||||||
```
|
```toml
|
||||||
[server]
|
[server]
|
||||||
address = "0.0.0.0:12345" # ip address to bind to
|
address = "0.0.0.0:12345" # ip address to bind to
|
||||||
max_clients = 32 # max amount of connected clients
|
max_clients = 32 # max amount of connected clients
|
||||||
|
|
Loading…
Reference in a new issue