Skip to content

Commit 42b2921

Browse files
committed
docs(server.json): Update description of allowed domains variable
1 parent d886a79 commit 42b2921

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"environmentVariables": [
2020
{
2121
"default": "localhost, services.odata.org",
22-
"description": "A comma-separated list of domains that are allowed to be used in the 'oDataV4Url' parameter of the 'create_ui5_app' tool, for example: 'localhost, example.com, sub.example.com'. Set to an empty string to allow any domains. For wildcard subdomains, prefix the domain with a dot: '.example.com'. This will match 'www.example.com' but not 'example.com'.",
22+
"description": "A comma-separated list of domains that are allowed to be used in various tools, for example: 'localhost, example.com, sub.example.com'. Set to an empty string to allow any domains. For wildcard subdomains, prefix the domain with a dot: '.example.com'. This will match 'www.example.com' but not 'example.com'.",
2323
"isRequired": false,
2424
"format": "string",
2525
"isSecret": false,

0 commit comments

Comments
 (0)