@5minds/node-red-contrib-processcube 1.1.0-develop-df258e-lz2taz5p → 1.1.1-develop-99759f-lz2yhdgx

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.
@@ -23,7 +23,7 @@ services:
23
23
  environment:
24
24
  application__name: Engine for Node-RED contrib
25
25
  iam__baseUrl: http://authority:11560
26
- iam__allowAnonymousRootAccess: false
26
+ iam__allowAnonymousRootAccess: true
27
27
  command: --seed-dir=/processes --port 8000
28
28
  depends_on:
29
29
  - authority
@@ -38,5 +38,6 @@ services:
38
38
  - 11560:11560
39
39
  volumes:
40
40
  - ./.processcube/authority/config:/etc/authority/config:ro
41
+ - ./.processcube/authority/db:/app/authority/storage/
41
42
  environment:
42
43
  UPE_SEED_PATH: /etc/authority/config/upeSeedingData.json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube",
3
- "version": "1.1.0-develop-df258e-lz2taz5p",
3
+ "version": "1.1.1-develop-99759f-lz2yhdgx",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "scripts": {