We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d051f commit 89eff5dCopy full SHA for 89eff5d
schemas/qwc-admin-gui.json
@@ -32,6 +32,10 @@
32
"description": "Config generator URL",
33
"type": "string"
34
},
35
+ "auth_service_url": {
36
+ "description": "URL to auth service, used for login redirects. Default: `/auth/`",
37
+ "type": "string"
38
+ },
39
"totp_enabled": {
40
"description": "Show TOTP fields for two factor authentication",
41
"type": "boolean"
0 commit comments