|
@ -2,7 +2,10 @@
|
2
|
2
|
<configs>
|
3
|
3
|
<!-- 请求主机名或请求地址。包括服务器的ip地址和端口 -->
|
4
|
4
|
<!-- <config name="request_host" value="http://10.13.14.59:9090"/>-->
|
5
|
|
<config name="request_host" value="http://172.30.244.100:9090"/>
|
|
5
|
<!-- 测试环境 -->
|
|
6
|
<!-- <config name="request_host" value="http://172.30.244.100:9090"/>-->
|
|
7
|
<!-- 生产环境 -->
|
|
8
|
<config name="request_host" value="http://172.30.214.100:9090"/>
|
6
|
9
|
<!-- 必须。10.0.2.2为Android模拟器的保留ip地址。访问到本机电脑时使用 -->
|
7
|
10
|
<!-- <config name="request_host" value="http://10.0.2.2:8080"/> -->
|
8
|
11
|
<!-- 必须。容器应用名或请求根路径 -->
|