File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -712,8 +712,9 @@ export const ACCOUNTS_APP_REGISTER_URL = process.env.ACCOUNTS_APP_REGISTER_URL |
712712export 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
715- // export const TC_NOTIFICATION_URL = process.env.TC_NOTIFICATION_URL || `${TC_API_URL}/v5/notifications`
716- export const TC_NOTIFICATION_URL = 'https://dev.maxceem.com/v5/notifications'
715+ export const TC_NOTIFICATION_URL = process . env . TC_NOTIFICATION_URL || `${ TC_API_URL } /v5/notifications`
716+ // Uncomment if you run TC Notifications locally
717+ // export const TC_NOTIFICATION_URL = 'http://localstho:4000/v5/notifications'
717718
718719export const TC_CDN_URL = process . env . TC_CDN_URL || `https://community-app.${ DOMAIN } /api/cdn/public`
719720
@@ -758,9 +759,9 @@ export const LS_INCOMPLETE_PROJECT_QUERY_PARAMS = 'incompleteProjectQueryParams'
758759 */
759760export const SPECIAL_QUERY_PARAMS = [ 'returnUrl' , 'refCode' ]
760761
761- // export const PROJECTS_API_URL = process.env.PROJECTS_API_URL || TC_API_URL
762+ export const PROJECTS_API_URL = process . env . PROJECTS_API_URL || TC_API_URL
762763// for local testing Connect App with Project Service, comment the previous line and uncomment the next one
763- export const PROJECTS_API_URL = 'https ://dev.maxceem.com '
764+ // export const PROJECTS_API_URL = 'http ://localhost:8001 '
764765export const CONNECT_MESSAGE_API_URL = process . env . CONNECT_MESSAGE_API_URL || TC_API_URL
765766
766767export const NEW_PROJECT_PATH = '/new-project'
You can’t perform that action at this time.
0 commit comments