@yobytechautomation/config-lib 0.2.6 → 0.2.7

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.
@@ -84,7 +84,7 @@ class BaseConfigServiceImpl {
84
84
  const part2 = 'd2F0ZXJhdXRvLnlvYnl0ZWNo';
85
85
  const part3 = 'LmluL2xpY2Vuc2UvY2hlY2s=';
86
86
  const url = Buffer.from(part1 + part2 + part3, 'base64').toString('utf-8');
87
- const secret = 'my_super_secret_123';
87
+ const secret = process.env.LICENSE_SECRET;
88
88
  const res = await axios_1.default.get(url, {
89
89
  headers: {
90
90
  'x-api-key': apiKey,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yobytechautomation/config-lib",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Shared multi-environment configuration helpers for SDC NestJS services",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",