@opensourcekd/ng-common-libs 2.0.3 → 2.0.4
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/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -76,9 +76,9 @@ class EventBus {
|
|
|
76
76
|
* These values are replaced during build time with actual values from GitHub repository variables.
|
|
77
77
|
*/
|
|
78
78
|
const APP_CONFIG = {
|
|
79
|
-
auth0Domain: '',
|
|
80
|
-
auth0ClientId: '',
|
|
81
|
-
apiUrl: '',
|
|
79
|
+
auth0Domain: 'dev-26sow24tone5na8a.us.auth0.com',
|
|
80
|
+
auth0ClientId: 'EdkPy5co65jESIAT8T9SBy5X4cmeolhl',
|
|
81
|
+
apiUrl: 'https://noq8dav0ac.execute-api.us-east-1.amazonaws.com',
|
|
82
82
|
};
|
|
83
83
|
|
|
84
84
|
/**
|