You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
784 B
16 lines
784 B
{
|
|
"development": {
|
|
"getModelDataUrl":"http://10.12.19.203:3886/api/tisframework/msgtool/get_msg",
|
|
"getModelPutUrl" : "http://10.12.19.203:3886/api/tisframework/msgtool/update_msg",
|
|
"ws" : "10.12.19.203",
|
|
"getModelDataSet": "http://10.12.19.203:3886/api/tisframework/msgtool/get_set_msg",
|
|
"getModelPutSet" : "http://10.12.19.203:3886/api/tisframework/msgtool/update_set_msg"
|
|
},
|
|
"production": {
|
|
"getModelDataUrl":"http://localhost:3806/api/tisframework/msgtool/get_msg",
|
|
"getModelPutUrl" : "http://localhost:3806/api/tisframework/msgtool/update_msg",
|
|
"ws" : "localhost",
|
|
"getModelDataSet": "http://localhost:3806/api/tisframework/msgtool/get_set_msg",
|
|
"getModelPutSet" : "http://localhost:3806/api/tisframework/msgtool/update_set_msg"
|
|
}
|
|
}
|