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