repowise 0.1.66 → 0.1.67
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/bin/repowise.js +1 -2
- package/package.json +1 -1
package/dist/bin/repowise.js
CHANGED
|
@@ -844,8 +844,7 @@ function isStagingMode() {
|
|
|
844
844
|
var PRODUCTION = {
|
|
845
845
|
apiUrl: "https://api.repowise.ai",
|
|
846
846
|
cognitoDomain: "auth-repowise",
|
|
847
|
-
cognitoClientId: "",
|
|
848
|
-
// TODO: set after production Cognito deploy
|
|
847
|
+
cognitoClientId: "50so1fkmjbqt1ufnsmbhsjbtst",
|
|
849
848
|
cognitoRegion: "us-east-1",
|
|
850
849
|
customDomain: false
|
|
851
850
|
};
|