You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/configuring/proc-provisioning-your-custom-configuration.adoc
+14-8
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,14 @@ It contains one secret per line in `KEY=value` form.
20
20
21
21
. Author your custom `{my-app-config-file}` file.
22
22
This is the main {product-short} configuration file.
23
-
+
24
-
The `baseUrl` field is mandatory in your `{my-app-config-file}` file to ensure proper functionality of {product-short}. You must specify the `baseUrl` in both the `app` and `backend` sections to avoid errors during initialization.
23
+
You need a custom `{my-app-config-file}` file to avoid the {product-short} installer to revert user edits during upgrades.
24
+
When your custom `{my-app-config-file}` file is empty, {product-short} is using default values.
25
+
26
+
** To prepare a deployment with the {product} Operator on {ocp-short}, you can start with an empty file.
27
+
28
+
** To prepare a deployment with the {product} Helm chart, or on Kubernetes, enter the {product-short} base URL in the relevant fields in your `{my-app-config-file}` file to ensure proper functionality of {product-short}.
29
+
The base URL is what a {product-short} user sees in their browser when accessing {product-short}.
30
+
The relevant fields are `baseUrl` in the `app` and `backend` sections, and `origin` in the `backend.cors` subsection:
25
31
+
26
32
.Configuring the `baseUrl` in `{my-app-config-file}`
0 commit comments