@deix/wagner-ui 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,6 +11,11 @@ docker run -d --name wagner-ui \
|
|
|
11
11
|
-e WAGNER_URL=http://localhost:7000/wagner
|
|
12
12
|
quay.io/deix/wagner-ui
|
|
13
13
|
```
|
|
14
|
+
If you need to set a custom base path for the web application you can set the
|
|
15
|
+
env variable `WAGNER_UI_BASE_PATH`. This variable defaults to `/wagner-ui` and
|
|
16
|
+
should contain a leading slash and no trailing slashes.
|
|
17
|
+
E.g. is `WAGNER_UI_BASE_PATH=/wagner-ui`, the application will
|
|
18
|
+
be available at `localhost:3000/wagner-ui`.
|
|
14
19
|
|
|
15
20
|
## Using the react components
|
|
16
21
|
|