11 lines
558 B
JavaScript
11 lines
558 B
JavaScript
export default {
|
|
server_port:44444,
|
|
local_features_microservice_url:"http://local_features_web:33333",
|
|
global_features_microservice_url:"http://global_features_web:33334",
|
|
color_microservice_url:"http://color_web:33335",
|
|
phash_microservice_url:"http://phash_web:33336",
|
|
image_text_features_microservice_url: "http://image_text_features_web:33338",
|
|
text_microservice_url:"http://text_web:33339",
|
|
image_caption_microservice_url: "http://image_caption_web:33340",
|
|
image_tags_microservice_url: "http://image_tags_web:33341",
|
|
} |