fix(config) added sample config
Some checks failed
Verification / Is-Buildable (push) Failing after 2m26s

config.yml expected format:
```yml
server:
  ip: "ip-string"
  port: int
```
This commit is contained in:
Artur Mukhamadiev 2026-04-15 20:15:21 +03:00
parent e9e15a20a2
commit 1f2245e342

3
config.yml Normal file
View File

@ -0,0 +1,3 @@
server:
ip: "127.0.0.1"
port: 9095