Skip to content

Commit dac5365

Browse files
committed
add gcs
1 parent ade947c commit dac5365

9 files changed

Lines changed: 742 additions & 123 deletions

File tree

.env.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ JWT_EXPIRES_IN=7d
77
GOOGLE_CLIENT_ID=your-google-client-id
88
GOOGLE_CLIENT_SECRET=your-google-client-secret
99
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

Comments
 (0)