Skip to content

Commit

Permalink
docs: clarify that TF_VAR_sa_creds is mandatory currently (#1461)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasburtey authored Feb 18, 2025
1 parent cfdaf74 commit d9925bf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ For enterprise inquiries, contact **[biz@galoy.io](mailto:biz@galoy.io)**.

# Lana bank

Mandatory environment variables:
- `TF_VAR_sa_creds`: Service account credentials for GCP. needs access to BigQuery and Documents

Optional environment variables:
- `SUMSUB_KEY`: SumSub API key for identity verification
- `SUMSUB_SECRET`: SumSub API secret for identity verification

Add the values the appropriate values in your `.env` file.

We are going to remove the hard dependencies and make those values optionals in future versions

**to run entire stack**
```bash
make dev-up # Bring the stack up
Expand Down

0 comments on commit d9925bf

Please sign in to comment.