Update config-example.json

This commit is contained in:
Mark Rapson 2023-04-19 10:05:26 +01:00
parent adfe4d4777
commit b50e8df69e

View File

@ -15,7 +15,7 @@
{ {
"googleDocId": "--- 2nd Google Sheet ID ---", "googleDocId": "--- 2nd Google Sheet ID ---",
"sheets": [ "sheets": [
"Sheet3" "-- Sheet Name ---"
], ],
"pollRate": 10000 "pollRate": 10000
} }
@ -27,7 +27,7 @@
{ {
"googleDocId": "--- 3rd Google Sheet ID ---", "googleDocId": "--- 3rd Google Sheet ID ---",
"sheets": [ "sheets": [
"Sponsors" "-- Sheet Name ---"
], ],
"pollRate": 5000 "pollRate": 5000
} }