docker
parent
25aa21351e
commit
24762bbdc1
|
@ -5,7 +5,6 @@ import {
|
|||
Form,
|
||||
Input,
|
||||
Popconfirm,
|
||||
Popover,
|
||||
Row,
|
||||
Select,
|
||||
Space,
|
||||
|
|
|
@ -15,9 +15,12 @@ export const Constants = {
|
|||
ICON_INFO: "#08c",
|
||||
},
|
||||
TEXT_EMPTY_PLACEHOLDER: "-/-",
|
||||
API_ADDRESS: "http://localhost:8080/v1",
|
||||
STATIC_CONTENT_ADDRESS: "http://localhost:8080/",
|
||||
WS_ADDRESS: "ws://localhost:8080/ws",
|
||||
//API_ADDRESS: "http://localhost:8080/v1",
|
||||
//STATIC_CONTENT_ADDRESS: "http://localhost:8080/",
|
||||
//WS_ADDRESS: "ws://localhost:8080/ws",
|
||||
API_ADDRESS: "http://" + window.location.hostname + "/api/v1",
|
||||
STATIC_CONTENT_ADDRESS: "http://" + window.location.hostname + "/api/",
|
||||
WS_ADDRESS: "ws://" + window.location.hostname + "/ws",
|
||||
ROUTE_PATHS: {
|
||||
GROUP_TASKS: "/group-tasks",
|
||||
GROUP_TASKS_VIEW: "/group-tasks/",
|
||||
|
|
Loading…
Reference in New Issue