Skip to content

Commit 9ee25ab

Browse files
author
GitHub Actions
committed
Applying suggestions
1 parent bbc4d50 commit 9ee25ab

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

modules/configuring/proc-provisioning-your-custom-configuration.adoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ It contains one secret per line in `KEY=value` form.
2121
. Author your custom `{my-app-config-file}` file.
2222
This is the main {product-short} configuration file.
2323
+
24-
You can start with an empty file to use the default configuration.
25-
+
2624
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.
2725

2826
.Configuring the `baseUrl` in `{my-app-config-file}`
@@ -31,7 +29,7 @@ The `baseUrl` field is mandatory in your `{my-app-config-file}` file to ensure p
3129
----
3230
app:
3331
title: {product}
34-
baseUrl: <RHDH_URL>
32+
baseUrl: {my-product-url}
3533
3634
backend:
3735
auth:
@@ -40,9 +38,9 @@ backend:
4038
options:
4139
subject: legacy-default-config
4240
secret: "${BACKEND_SECRET}"
43-
baseUrl: <RHDH_URL>
41+
baseUrl: {my-product-url}
4442
cors:
45-
origin: <RHDH_URL>
43+
origin: {my-product-url}
4644
----
4745
====
4846

0 commit comments

Comments
 (0)