Skip to content

Commit

Permalink
use underscore for easier copy/paste of example config
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Mar 5, 2024
1 parent 9da7012 commit 08ab316
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Configure your application properties:

```yaml
openfga:
api-url: FGA-API-URL
store-id: STORE-ID
authorization-model-id: AUTHORIZATION-MODEL-ID
api-url: FGA_API_URL
store-id: STORE_ID
authorization-model-id: AUTHORIZATION_MODEL_ID
credentials:
api-token: API-TOKEN # takes precedence if set
client-id: CLIENT-ID
client-secret: CLIENT-SECRET
api-token-issuer: API-TOKEN-ISSUER
api-audience: API-AUDIENCE
client-id: CLIENT_ID
client-secret: CLIENT_SECRET
api-token-issuer: API_TOKEN_ISSUER
api-audience: API_AUDIENCE
scopes: SCOPE1 SCOPE2
```
Expand Down

0 comments on commit 08ab316

Please sign in to comment.