Browse Source

🚀 finmex private network cannot be accessed

master
wangxiang 2 years ago
parent
commit
2bb222eee8
  1. 4
      pom.xml

4
pom.xml

@ -247,7 +247,7 @@ @@ -247,7 +247,7 @@
<!-- 环境标识,需要与配置文件的名称相对应 -->
<profiles.namespace>kicc-prod</profiles.namespace>
<profiles.group>PROD-GROUP</profiles.group>
<profiles.ip>127.0.0.1</profiles.ip>
<profiles.ip>xxx.xxx.xxx.xxx</profiles.ip>
</properties>
</profile>
<profile>
@ -256,7 +256,7 @@ @@ -256,7 +256,7 @@
<!-- 环境标识,需要与配置文件的名称相对应 -->
<profiles.namespace>kicc-test</profiles.namespace>
<profiles.group>TEST-GROUP</profiles.group>
<profiles.ip>127.0.0.1</profiles.ip>
<profiles.ip>xxx.xxx.xxx.xxx</profiles.ip>
</properties>
</profile>
</profiles>

Loading…
Cancel
Save