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

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: true
26
+ iam__allowAnonymousRootAccess: false
27
27
  command: --seed-dir=/processes --port 8000
28
28
  depends_on:
29
29
  - authority
@@ -38,6 +38,5 @@ services:
38
38
  - 11560:11560
39
39
  volumes:
40
40
  - ./.processcube/authority/config:/etc/authority/config:ro
41
- - ./.processcube/authority/db:/app/authority/storage/
42
41
  environment:
43
42
  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.1-develop-99759f-lz2yhdgx",
3
+ "version": "1.1.1",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "scripts": {