Skip to content

Commit 3294fab

Browse files
committed
docs: update configuration reference
1 parent 3619100 commit 3294fab

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/modules/conf/examples/gateway.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ debug_flags=
6565

6666
[ui]
6767

68-
# Public URL to access the gateway component
68+
# Public URL to access the gateway component. This is used to setup the
69+
# frontend application with base URL to gateway endpoints and the base path
70+
# in pre-built UI assets to replace at runtime the base path placeholder.
6971
host=https://dashboard.corp.com/
7072

7173
# Serve frontend application with gateway

docs/modules/conf/partials/conf-gateway.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,10 @@ flags.
127127
128128
|host
129129
|uri
130-
|Public URL to access the gateway component
130+
|Public URL to access the gateway component. This is used to setup the
131+
frontend application with base URL to gateway endpoints and the base path
132+
in pre-built UI assets to replace at runtime the base path placeholder.
133+
131134
132135
133136
*Example:* `https://dashboard.corp.com/`

0 commit comments

Comments
 (0)