Added readme
This commit is contained in:
parent
463d2805b3
commit
fe5eea3cb1
1 changed files with 14 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
Config example:
|
||||
|
||||
```yaml
|
||||
network:
|
||||
address: '[::]'
|
||||
port: 7002
|
||||
|
||||
database:
|
||||
host: localhost
|
||||
port: 5432
|
||||
db: datagraph
|
||||
username: datagraph
|
||||
password: yeah_right
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue