|
|
@ -118,7 +118,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
// The spreadsheet id and worksheet names for sheet sync to act on
|
|
|
|
// The spreadsheet id and worksheet names for sheet sync to act on
|
|
|
|
sheet_id:: "your_id_here",
|
|
|
|
sheet_id:: "your_id_here",
|
|
|
|
worksheets:: ["Tech Test & Preshow"] + ["Day %d" % n for n in std.range(1, 7)],
|
|
|
|
worksheets:: ["Tech Test & Pre-Show"] + ["Day %d" % n for n in std.range(1, 7)],
|
|
|
|
|
|
|
|
|
|
|
|
// Now for the actual docker-compose config
|
|
|
|
// Now for the actual docker-compose config
|
|
|
|
|
|
|
|
|
|
|
@ -237,6 +237,7 @@
|
|
|
|
// Args for the sheetsync
|
|
|
|
// Args for the sheetsync
|
|
|
|
command: [
|
|
|
|
command: [
|
|
|
|
"--backdoor-port", std.toString($.backdoor_port),
|
|
|
|
"--backdoor-port", std.toString($.backdoor_port),
|
|
|
|
|
|
|
|
"--allocate-ids",
|
|
|
|
$.db_connect,
|
|
|
|
$.db_connect,
|
|
|
|
"/etc/wubloader-creds.json",
|
|
|
|
"/etc/wubloader-creds.json",
|
|
|
|
$.edit_url,
|
|
|
|
$.edit_url,
|
|
|
|