Skip to content

Commit 22ffec3

Browse files
committed
File upload and application launch fixes
1 parent d0beab5 commit 22ffec3

19 files changed

+1110
-327
lines changed

.env.template

+14
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,17 @@ GOOGLE_CLIENT_SECRET=test
1919
GITHUB_CALLBACK_URL="/api/auth/github/callback"
2020
GITHUB_CLIENT_ID=test
2121
GITHUB_CLIENT_SECRET=test
22+
23+
BUCKET_NAME=foo
24+
GCP_STORAGE_SERVICE_ACCOUNT='{ \
25+
"type": "service_account", \
26+
"project_id": "foo", \
27+
"private_key_id": "aprivatekey", \
28+
"private_key": "anotherprivatekey", \
29+
"client_email": "[email protected]", \
30+
"client_id": "aclientid", \
31+
"auth_uri": "https://accounts.google.com/o/oauth2/auth", \
32+
"token_uri": "https://oauth2.googleapis.com/token", \
33+
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", \
34+
"client_x509_cert_url": "acerturl" \
35+
}'

package-lock.json

+537-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)