feat: add chatwoot

This commit is contained in:
Ali BARIN
2023-03-07 20:33:51 +00:00
parent 52575be2a7
commit 07ed24ca7a
4 changed files with 107 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ const config: Config = {
baseUrl: process.env.REACT_APP_BASE_URL as string,
graphqlUrl: process.env.REACT_APP_GRAPHQL_URL as string,
notificationsUrl: process.env.REACT_APP_NOTIFICATIONS_URL as string,
chatwootBaseUrl: 'https://app.chatwoot.com',
};
export default config;