Skip to content

Commit 89eff5d

Browse files
committed
Add auth_service_url to schema
1 parent 43d051f commit 89eff5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schemas/qwc-admin-gui.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
"description": "Config generator URL",
3333
"type": "string"
3434
},
35+
"auth_service_url": {
36+
"description": "URL to auth service, used for login redirects. Default: `/auth/`",
37+
"type": "string"
38+
},
3539
"totp_enabled": {
3640
"description": "Show TOTP fields for two factor authentication",
3741
"type": "boolean"

0 commit comments

Comments
 (0)