37 lines
1023 B
JSON
37 lines
1023 B
JSON
{
|
|
"outputFolder": "output",
|
|
"apis": [
|
|
{
|
|
"apiKey": "--- API key ---",
|
|
"documents": [
|
|
{
|
|
"googleDocId": "--- Google Sheet ID ---",
|
|
"sheets": [
|
|
"-- Sheet Name ---",
|
|
"-- 2nd Sheet Name ---"
|
|
],
|
|
"pollRate": 1500
|
|
},
|
|
{
|
|
"googleDocId": "--- 2nd Google Sheet ID ---",
|
|
"sheets": [
|
|
"-- Sheet Name ---"
|
|
],
|
|
"pollRate": 10000
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"apiKey": "--- 2nd API Key ---",
|
|
"documents": [
|
|
{
|
|
"googleDocId": "--- 3rd Google Sheet ID ---",
|
|
"sheets": [
|
|
"-- Sheet Name ---"
|
|
],
|
|
"pollRate": 5000
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |