11 lines
513 B
JavaScript
11 lines
513 B
JavaScript
export default {
|
|
server_port:44444,
|
|
local_features_microservice_url:"http://127.0.0.1:33333",
|
|
global_features_microservice_url:"http://127.0.0.1:33334",
|
|
color_microservice_url:"http://127.0.0.1:33335",
|
|
phash_microservice_url:"http://127.0.0.1:33336",
|
|
image_text_features_microservice_url: "http://127.0.0.1:33338",
|
|
text_microservice_url:"http://127.0.0.1:33339",
|
|
image_caption_microservice_url: "http://127.0.0.1:33340",
|
|
image_tags_microservice_url: "http://127.0.0.1:33341",
|
|
} |