Skip to content

Commit

Permalink
Update development config defaults (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
feedmeapples authored Mar 3, 2022
1 parent b2e1ca7 commit 30fc10f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions config/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ enableOpenApi: true
cors:
allowOrigins:
- http://localhost:3000
refreshInterval: 0s
refreshInterval: 1m
defaultNamespace: default
auth:
enabled: false
providers:
- label: google oidc # for internal use; in future may expose as button text
- label: Auth0 oidc # for internal use; in future may expose as button text
type: oidc # for futureproofing; only oidc is supported today
providerUrl: https://accounts.google.com
clientId: xxxxxxxxxx-xxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com
clientSecret: xxxxxxxxxxxxxxxxxxxxxxx
providerUrl: https://myorg.us.auth0.com/
clientId: xxxxxxxxxxxxxxxxxxxx
clientSecret: xxxxxxxxxxxxxxxxxxxx
scopes:
- openid
- profile
Expand Down

0 comments on commit 30fc10f

Please sign in to comment.