8 lines
326 B
JavaScript
8 lines
326 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",
|
|
text_microservice_url:"http://127.0.0.1:33339",
|
|
} |