We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade947c commit dac5365Copy full SHA for dac5365
9 files changed
.env.example
@@ -7,3 +7,9 @@ JWT_EXPIRES_IN=7d
7
GOOGLE_CLIENT_ID=your-google-client-id
8
GOOGLE_CLIENT_SECRET=your-google-client-secret
9
GOOGLE_CALLBACK_URL=http://localhost:3000/auth/google/callback
10
+
11
+GCS_CREDENTIALS={"type":"service_account","project_id":"...","private_key":"...","client_email":"..."}
12
+# GCS_KEYFILE_PATH=path/to/service-account-key.json
13
+GCS_PROJECT_ID=your-gcp-project-id
14
+GCS_BUCKET_NAME=your-gcs-bucket-name
15
+GCS_BASE_PATH=lifelines
0 commit comments