Skip to content

Commit b4afd4e

Browse files
committed
Improve user_info_fields and db_url descriptions in schema
1 parent 2dd0d7a commit b4afd4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schemas/qwc-map-viewer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"type": "object",
2222
"properties": {
2323
"db_url": {
24-
"description": "DB connection URL (for user_info_fields). Can be set to an empty string if running without DB.",
24+
"description": "DB connection URL (for user_info_fields). Can be set to an empty string if running without DB. Default: `postgresql:///?service=qwc_configdb`",
2525
"type": "string"
2626
},
2727
"qwc_config_schema": {
@@ -124,7 +124,7 @@
124124
"type": "boolean"
125125
},
126126
"user_info_fields": {
127-
"description": "List of user info fields to read from JWT identity",
127+
"description": "List of user info fields to read from DB (if db_url is set) or from JWT identity",
128128
"type": "array",
129129
"items": {
130130
"type": "string"

0 commit comments

Comments
 (0)