feat: show usage alert as of threshold

This commit is contained in:
Ali BARIN
2023-03-08 18:37:32 +00:00
parent 12e34013f8
commit 1669708041
5 changed files with 111 additions and 2 deletions

View File

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