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 a67faf7 commit ef8d3fb
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="[email protected]",
CREDENTIAL_KEY="{\"type\":\"service_account\",\"project_id\":\"your-project\",\"private_key_id\":\"...}",
CREDENTIAL_ID="[email protected]"
CREDENTIAL_KEY="{\"type\":\"service_account\",\"project_id\":\"your-project\",\"private_key_id\":\"...}"
PROJECT_ID="your-project"
```

Expand Down

0 comments on commit ef8d3fb

Please sign in to comment.