Skip to content

Commit

Permalink
adjust json schema and config example
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskus committed Nov 5, 2024
1 parent 37f5b22 commit 1f33b2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion catalog/config-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@
"s3Proxy",
"serviceBucket",
"ssoAuth",
"ssoProviders"
"ssoProviders",
"stackVersion"
],
"definitions": {
"Url": {
Expand Down
1 change: 1 addition & 0 deletions catalog/config.js.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ window.QUILT_CATALOG_CONFIG = {
"passwordAuth": "ENABLED",
"ssoAuth": "SIGN_IN_ONLY",
"ssoProviders": "google",
"stackVersion": "1.55.0"
}

0 comments on commit 1f33b2e

Please sign in to comment.