@digitaldefiance/express-suite-starter 4.20.0 → 4.21.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/express-suite-starter",
3
- "version": "4.20.0",
3
+ "version": "4.21.0",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "create-express-suite": "./dist/src/cli.js"
@@ -22,6 +22,7 @@ API_DIST_DIR=/workspaces/{{workspaceName}}/dist/{{prefix}}-api
22
22
  REACT_DIST_DIR=/workspaces/{{workspaceName}}/dist/{{prefix}}-react
23
23
  DEBUG=true
24
24
  DETAILED_DEBUG=true
25
+ EMAIL_DOMAIN=example.com
25
26
  # Admin and test credentials
26
27
  ADMIN_ID=""
27
28
  ADMIN_MNEMONIC=""
@@ -16,6 +16,7 @@ API_DIST_DIR=/workspaces/{{workspaceName}}/dist/{{prefix}}-api
16
16
  REACT_DIST_DIR=/workspaces/{{workspaceName}}/dist/{{prefix}}-react
17
17
  DEBUG=true
18
18
  DETAILED_DEBUG=true
19
+ EMAIL_DOMAIN=example.com
19
20
  # Admin and test credentials
20
21
  ADMIN_ID=""
21
22
  ADMIN_MNEMONIC=""
@@ -3,6 +3,7 @@ BRIGHTCHAIN_BLOCKSIZE_BYTES=1048576
3
3
  BRIGHTCHAIN_BLOCKSTORE_TYPE=disk
4
4
  USE_MEMORY_DOCSTORE={{useMemoryDocstore}}
5
5
  DEV_DATABASE={{devDatabase}}
6
+ EMAIL_DOMAIN=example.com
6
7
  MEMBER_POOL_NAME=BrightChain
7
8
  JWT_SECRET={{jwtSecret}}
8
9
  API_DIST_DIR=/workspaces/{{workspaceName}}/dist/{{prefix}}-api
@@ -4,6 +4,7 @@ API_DIST_DIR=/workspaces/{{workspaceName}}/dist/{{prefix}}-api
4
4
  REACT_DIST_DIR=/workspaces/{{workspaceName}}/dist/{{prefix}}-react
5
5
  DEBUG=true
6
6
  DETAILED_DEBUG=true
7
+ EMAIL_DOMAIN=example.com
7
8
  MNEMONIC_ENCRYPTION_KEY={{mnemonicEncryptionKey}}
8
9
  MNEMONIC_HMAC_SECRET={{mnemonicHmacSecret}}
9
10
  MONGO_USE_TRANSACTIONS=false