-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.development
31 lines (28 loc) · 1.28 KB
/
.env.development
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#VITE_API_URL = 'https://dev.webitel.com/api'
#VITE_CHAT_URL = 'chat'
#
#VITE_AUTH_URL = 'http://dev.webitel.com/app/auth'
#
#VITE_ADMIN_URL = 'https://dev.webitel.com/admin'
#VITE_AGENT_URL = 'https://dev.webitel.com/workspace'
#VITE_SUPERVISOR_URL ='https://dev.webitel.com/supervisor'
#VITE_AUDIT_URL = 'https://dev.webitel.com/audit'
#VITE_HISTORY_URL = 'https://dev.webitel.com/history'
#VITE_GRAFANA_URL = 'https://dev.webitel.com/grafana'
#VITE_CRM_URL = 'https://dev.webitel.com/crm'
#VITE_OMNI_WIDGET_URL = 'https://dev.webitel.com/omni-widget'
#VITE_FLOW_DIAGRAM_URL = 'https://dev.webitel.com/flow'
#VITE_START_PAGE_URL = 'https://dev.webitel.com'
VITE_API_URL = 'https://test.webitel.me/api'
VITE_CHAT_URL = 'chat'
VITE_AUTH_URL = 'https://test.webitel.me/app/auth'
VITE_ADMIN_URL = 'https://test.webitel.me/admin'
VITE_AGENT_URL = 'https://test.webitel.me/workspace'
VITE_SUPERVISOR_URL ='https://test.webitel.me/supervisor'
VITE_AUDIT_URL = 'https://test.webitel.me/audit'
VITE_HISTORY_URL = 'https://test.webitel.me/history'
VITE_GRAFANA_URL = 'https://test.webitel.me/grafana'
VITE_CRM_URL = 'https://test.webitel.me/crm'
VITE_OMNI_WIDGET_URL = 'https://test.webitel.me/omni-widget'
VITE_FLOW_DIAGRAM_URL = 'https://test.webitel.me/flow'
VITE_START_PAGE_URL = 'https://test.webitel.me/'