@deix/wagner-ui 0.2.2 → 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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deix/wagner-ui",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "main": "lib/index.js",
5
5
  "repository": {
6
6
  "type": "git",