From e4551a400990cf136ac2805ac5ad49f69682a6e2 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 29 Mar 2020 16:21:27 +0200 Subject: [PATCH] Add example config.json --- config.example.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.example.json diff --git a/config.example.json b/config.example.json new file mode 100644 index 0000000..3225284 --- /dev/null +++ b/config.example.json @@ -0,0 +1,11 @@ +{ + "apiKeys": { + "eanData": "YOURKEYGOESHERE" + }, + "irc": { + "host": "irc.freenode.net", + "port": 6667, + "nick": "barcodebot", + "channel": "#revspace" + } +}