diff --git a/README.md b/README.md new file mode 100644 index 0000000..cf8af69 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +Config example: + +```yaml +network: + address: '[::]' + port: 7002 + +database: + host: localhost + port: 5432 + db: datagraph + username: datagraph + password: yeah_right +```