forked from buerokratt/sample-implementation-cvi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
17 lines (17 loc) · 916 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DISABLE_ESLINT_PLUGIN=true
REACT_APP_AUTH_BASE_URL=http://localhost:3001
REACT_APP_REDIRECT_BASE_URL=http://localhost:3001
REACT_APP_RUUTER_V1_PRIVATE_API_URL=http://localhost:3001
REACT_APP_RUUTER_V2_PRIVATE_API_URL=http://localhost:3001
REACT_APP_RUUTER_API_URL=http://localhost:8080
REACT_APP_BUEROKRATT_CHATBOT_URL=http://buerokratt-chat:8080
REACT_APP_MENU_URL=https://admin.dev.buerokratt.ee
REACT_APP_MENU_PATH=/chat/menu.json
REACT_APP_CUSTOMER_SERVICE_LOGIN=http://localhost:3004/et/dev-auth
REACT_APP_CONVERSATIONS_BASE_URL=http://localhost:8080/chat
REACT_APP_TRAINING_BASE_URL=http://localhost:8080/training
REACT_APP_ANALYTICS_BASE_URL=http://localhost:8080/analytics
REACT_APP_SERVICES_BASE_URL=http://localhost:8080/services
REACT_APP_SETTINGS_BASE_URL=http://localhost:8080/settings
REACT_APP_MONITORING_BASE_URL=http://localhost:8080/monitoring
REACT_APP_SERVICE_ID=conversations,settings,monitoring