Commit 04f31d49 by Administrator

。。。。

parent 0d7513d6
......@@ -856,12 +856,14 @@
</reporting>
<distributionManagement>
<repository>
<id>releases</id>
<url>${releases.repo}</url>
<id>nexus-releases</id>
<name>nexus distribution releases repository</name>
<url>http://192.168.2.13:8081/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<url>${snapshots.repo}</url>
<id>nexus-snapshots</id>
<name>nexus distribution snapshot repository</name>
<url>http://192.168.2.13:8081/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project>
......
......@@ -11,10 +11,10 @@ apollo_portal_db_username=root
apollo_portal_db_password=
# meta server url, different environments should have different meta server addresses
dev_meta=http://localhost:8080
fat_meta=http://someIp:8080
uat_meta=http://anotherIp:8080
pro_meta=http://yetAnotherIp:8080
dev_meta=http://192.168.2.56:6021
fat_meta=http://192.168.2.56:6021
uat_meta=http://192.168.2.56:6021
pro_meta=http://10.81.46.14:6021
META_SERVERS_OPTS="-Ddev_meta=$dev_meta -Dfat_meta=$fat_meta -Duat_meta=$uat_meta -Dpro_meta=$pro_meta"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment