Update config json parameters authored by Rich Moeller's avatar Rich Moeller
...@@ -39,7 +39,7 @@ By default, two backups configurations are defined, a merged document file conta ...@@ -39,7 +39,7 @@ By default, two backups configurations are defined, a merged document file conta
}, },
"google": { "google": {
"credentials": "google.json", "credentials": "google.json",
"folder": "GoogleFolderIDHere", "folder": "1dyUEebJaFnWa3Z4n0BFMVAXQ7mfUH11g",
"file": "students" "file": "students"
}, },
"template": "template.docx", "template": "template.docx",
...@@ -66,7 +66,7 @@ By default, two backups configurations are defined, a merged document file conta ...@@ -66,7 +66,7 @@ By default, two backups configurations are defined, a merged document file conta
}, },
"google": { "google": {
"credentials": "google.json", "credentials": "google.json",
"folder": "GoogleFolderIDHere", "folder": "1dyUEebJaFnWa3Z4n0BFMVAXQ7mfUH11g",
"file": "studentsdata", "file": "studentsdata",
"sheet": "foobar", "sheet": "foobar",
"clear": true, "clear": true,
... ...
......