From 08b3ce9177477e26b534b24f2f484542149bacff Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sat, 5 Mar 2022 12:05:29 +0100 Subject: [PATCH] Add example config.json --- config.json.example | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.json.example diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000..7afad5b --- /dev/null +++ b/config.json.example @@ -0,0 +1,7 @@ +{ + "database": { + "socketPath": "/run/postgresql", + "database": "seekseek_frontend" + }, + "scrapingHost": "localhost:3000" +}