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