Skip to content

Commit

Permalink
Fix example config with more generic values (#9)
Browse files Browse the repository at this point in the history
This commit updates the example config to use generic values users can
swap out as needed.

Signed-off-by: John Schaeffer <[email protected]>
  • Loading branch information
jnschaeffer authored Feb 14, 2024
1 parent f38023d commit fecd7e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.example.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
server:
socketpath: /tmp/runtime.sock
permissions:
host: permissions-api.hollow-a.dc10.metalkube.net
host: permissions-api.enterprise.dev
jwt:
jwksuri: https://iam.metalctrl.io/jwks.json
jwksuri: https://iam.enterprise.dev/jwks.json
tracing:
enabled: false

0 comments on commit fecd7e1

Please sign in to comment.