diff --git a/packages/twenty-chrome-extension/.env.example b/packages/twenty-chrome-extension/.env.example index 6871e9e33..eeac54254 100644 --- a/packages/twenty-chrome-extension/.env.example +++ b/packages/twenty-chrome-extension/.env.example @@ -1,5 +1,5 @@ -VITE_SERVER_BASE_URL=https://api.twenty.com -VITE_FRONT_BASE_URL=https://app.twenty.com +VITE_SERVER_BASE_URL=https://crm.rootxwire.com +VITE_FRONT_BASE_URL=https://crm.rootxwire.com VITE_MODE=production # Used to generate packages/twenty-chrome-extension/src/generated/graphql.tsx diff --git a/packages/twenty-zapier/src/authentication.ts b/packages/twenty-zapier/src/authentication.ts index 93a16cfd6..3845d6905 100644 --- a/packages/twenty-zapier/src/authentication.ts +++ b/packages/twenty-zapier/src/authentication.ts @@ -21,7 +21,7 @@ export default { label: 'Api Key', type: 'string', helpText: - 'Create an API key in [your twenty workspace](https://app.twenty.com/settings/apis)', + 'Create an API key in [your twenty workspace](https://crm.rootxwire.com/settings/apis)', }, { computed: false, @@ -29,7 +29,7 @@ export default { required: false, label: 'Api Url', type: 'string', - placeholder: 'https://api.twenty.com', + placeholder: 'https://crm.rootxwire.com', helpText: 'Set this only if you self-host Twenty. Use the same value as `REACT_APP_SERVER_BASE_URL` in https://docs.twenty.com/start/self-hosting/', },