From fe5eea3cb12a5cc5008613998a0addd907fdf2b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Sat, 16 Aug 2025 13:49:59 +0200 Subject: [PATCH] Added readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md 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 +```