Skip to content

Commit

Permalink
fix .config.env sample
Browse files Browse the repository at this point in the history
  • Loading branch information
lrakai committed Nov 28, 2023
1 parent 7e5c604 commit a078d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ The .config.env file is similar to the environment variables defined in the laun
The contents of .config.env resemble:

```sh
CREDENTIAL_ID="your-service-account@your-project.iam.gserviceaccount.com",
CREDENTIAL_KEY="{\"type\":\"service_account\",\"project_id\":\"your-project\",\"private_key_id\":\"...}",
CREDENTIAL_ID="your-service-account@your-project.iam.gserviceaccount.com"
CREDENTIAL_KEY="{\"type\":\"service_account\",\"project_id\":\"your-project\",\"private_key_id\":\"...}"
PROJECT_ID="your-project"
```

Expand Down

0 comments on commit a078d93

Please sign in to comment.