Skip to content

Commit

Permalink
Merge pull request #30 from ZscalerCWP/CWP-10030
Browse files Browse the repository at this point in the history
Production Domain Changes
  • Loading branch information
jragula-zs committed May 24, 2022
2 parents 6d81da1 + 334a760 commit 668db10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Expand Up @@ -17716,8 +17716,8 @@ module.exports = {

var region = {
'US' : {
'auth_url' : 'https://auth.us.zcpcloud.net',
'api_url' : 'https://api.zcpcloud.net'
'auth_url' : 'https://auth.us.zpccloud.net',
'api_url' : 'https://api.zpccloud.net'
},
'CUSTOM' : {
'auth_url' : process.env.AUTH_URL,
Expand Down
4 changes: 2 additions & 2 deletions src/zscanner/region.js
@@ -1,7 +1,7 @@
var region = {
'US' : {
'auth_url' : 'https://auth.us.zcpcloud.net',
'api_url' : 'https://api.zcpcloud.net'
'auth_url' : 'https://auth.us.zpccloud.net',
'api_url' : 'https://api.zpccloud.net'
},
'CUSTOM' : {
'auth_url' : process.env.AUTH_URL,
Expand Down

0 comments on commit 668db10

Please sign in to comment.