File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -713,7 +713,7 @@ export const TC_API_URL = `https://api.${DOMAIN}`
713713export const DIRECT_PROJECT_URL = `https://www.${ DOMAIN } /direct/projectOverview?formData.projectId=`
714714export const SALESFORCE_PROJECT_LEAD_LINK = process . env . SALESFORCE_PROJECT_LEAD_LINK
715715// export const TC_NOTIFICATION_URL = process.env.TC_NOTIFICATION_URL || `${TC_API_URL}/v5/notifications`
716- export const TC_NOTIFICATION_URL = 'http ://167.71.90.133:4000 /v5/notifications'
716+ export const TC_NOTIFICATION_URL = 'https ://dev.maxceem.com /v5/notifications'
717717
718718export const TC_CDN_URL = process . env . NODE_ENV === 'development' ? 'https://d1aahxkjiobka8.cloudfront.net' : 'https://d2nl5eqipnb33q.cloudfront.net'
719719
@@ -760,7 +760,7 @@ export const SPECIAL_QUERY_PARAMS = ['returnUrl', 'refCode']
760760
761761// export const PROJECTS_API_URL = process.env.PROJECTS_API_URL || TC_API_URL
762762// for local testing Connect App with Project Service, comment the previous line and uncomment the next one
763- export const PROJECTS_API_URL = 'http ://167.71.90.133 :8001'
763+ export const PROJECTS_API_URL = 'https ://dev.maxceem.com :8001'
764764export const CONNECT_MESSAGE_API_URL = process . env . CONNECT_MESSAGE_API_URL || TC_API_URL
765765
766766export const NEW_PROJECT_PATH = '/new-project'
You can’t perform that action at this time.
0 commit comments