Merge branch 'superscript-v1' of https://github.com/titanscouting/tra-superscript into superscript-v1

This commit is contained in:
Arthur Lu 2022-02-04 03:06:14 +00:00
commit 2b72743b27

View File

@ -14,7 +14,8 @@
"require_all": true, "require_all": true,
"schema": { "schema": {
"CLIENT_ID": {"type": "string"}, "CLIENT_ID": {"type": "string"},
"CLIENT_SECRET": {"type": "string"} "CLIENT_SECRET": {"type": "string"},
"url": {"type": "string"}
} }
} }
} }