Skip to content

Commit d40c8bb

Browse files
author
Maksym Mykhailenko
committed
chore: use https on demo backend
1 parent 706e709 commit d40c8bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ export const TC_API_URL = `https://api.${DOMAIN}`
713713
export const DIRECT_PROJECT_URL = `https://www.${DOMAIN}/direct/projectOverview?formData.projectId=`
714714
export 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

718718
export 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'
764764
export const CONNECT_MESSAGE_API_URL = process.env.CONNECT_MESSAGE_API_URL || TC_API_URL
765765

766766
export const NEW_PROJECT_PATH = '/new-project'

0 commit comments

Comments
 (0)