From d9cc1aabe83261e5249f7493a59c484fb99b4772 Mon Sep 17 00:00:00 2001 From: Julian T Date: Wed, 9 Sep 2020 15:44:07 +0200 Subject: Initial working version --- config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config.json (limited to 'config.json') diff --git a/config.json b/config.json new file mode 100644 index 0000000..ec59916 --- /dev/null +++ b/config.json @@ -0,0 +1,5 @@ +{ + "listen": "localhost:8080", + "db": "user=julian dbname=noteman sslmode=disable", + "tmpl": "" +} -- cgit v1.2.3