Added readme

This commit is contained in:
Magnus Åhall 2025-08-16 13:49:59 +02:00
parent 463d2805b3
commit fe5eea3cb1

14
README.md Normal file
View file

@ -0,0 +1,14 @@
Config example:
```yaml
network:
address: '[::]'
port: 7002
database:
host: localhost
port: 5432
db: datagraph
username: datagraph
password: yeah_right
```