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" +}