You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
415 B
Plaintext
20 lines
415 B
Plaintext
|
|
--- 测试环境
|
|
{
|
|
"BASE_URL":"http://192.168.0.66:8500/UDIC_UDI_Server",
|
|
"Download_URL": "https://www.udims.com/UDI_DL_Server_test"
|
|
}
|
|
|
|
|
|
--- 开发环境
|
|
{
|
|
"BASE_URL":"http://192.168.0.200:9995",
|
|
"Download_URL": "https://www.udims.com/UDI_DL_Server_test"
|
|
}
|
|
|
|
--- 正式环境
|
|
{
|
|
"BASE_URL":"https://www.udims.com/UDIC_UDI_Server",
|
|
"Download_URL": "https://www.udims.com/UDI_DL_Server_test"
|
|
}
|