@mimik/configuration 6.0.1 → 6.0.2

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.
@@ -26,16 +26,16 @@ const config = {
26
26
  url: 'test-url',
27
27
  },
28
28
  'test-pack-type': {
29
- audience: 'test=pack-type-audience',
29
+ audience: 'test-pack-type-audience',
30
30
  },
31
31
  },
32
32
  security: {
33
33
  server: {
34
- id: 'test-id',
35
- secret: 'test-secret',
36
- accessKey: 'test-access-key',
37
- audience: 'test-scurity-audience',
38
- issuer: 'test-issuer',
34
+ id: 'test-security-id',
35
+ secret: 'test-security-secret',
36
+ accessKey: 'test-security-access-key',
37
+ audience: 'test-security-audience',
38
+ issuer: 'test-security-issuer',
39
39
  },
40
40
  },
41
41
  serverSettings: {
@@ -10,12 +10,12 @@ import process from 'process';
10
10
  * | Env variable name | Description | Default | Comments |
11
11
  * | ----------------- | ----------- | ------- | -------- |
12
12
  * | DATABASE_NAME | name of the database to use for mongodb
13
- * | MONGO_REPLICAT_SET | test for Boolean()
13
+ * | MONGO_REPLICAT_SET | set to a value for Boolean()
14
14
  * | SUMO_LOGIC_ENDPOINT | dummy endpoint for sumologic
15
15
  * | SUMO_LOGIC_COLLECTOR_CODE | dummy collector code for sumologic
16
16
  */
17
17
 
18
18
  process.env.DATABASE_NAME = 'test-database-name';
19
19
  process.env.MONGO_REPLICAT_SET = 'test-mongo-replicat-set';
20
- process.env.SUMO_LOGIC_ENDPOINT = 'test-logIngo-sumologic-endpoint';
20
+ process.env.SUMO_LOGIC_ENDPOINT = 'test-logInfo-sumologic-endpoint';
21
21
  process.env.SUMO_LOGIC_COLLECTOR_CODE = 'test-logInfo-sumologic-code';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimik/configuration",
3
- "version": "6.0.1",
3
+ "version": "6.0.2",
4
4
  "description": "Common configuration for mimik services",
5
5
  "main": "./index.js",
6
6
  "type": "module",