Commit 04f31d49 by Administrator

。。。。

parent 0d7513d6
...@@ -856,12 +856,14 @@ ...@@ -856,12 +856,14 @@
</reporting> </reporting>
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>releases</id> <id>nexus-releases</id>
<url>${releases.repo}</url> <name>nexus distribution releases repository</name>
<url>http://192.168.2.13:8081/repository/maven-releases/</url>
</repository> </repository>
<snapshotRepository> <snapshotRepository>
<id>snapshots</id> <id>nexus-snapshots</id>
<url>${snapshots.repo}</url> <name>nexus distribution snapshot repository</name>
<url>http://192.168.2.13:8081/repository/maven-snapshots/</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>
</project> </project>
......
...@@ -11,10 +11,10 @@ apollo_portal_db_username=root ...@@ -11,10 +11,10 @@ apollo_portal_db_username=root
apollo_portal_db_password= apollo_portal_db_password=
# meta server url, different environments should have different meta server addresses # meta server url, different environments should have different meta server addresses
dev_meta=http://localhost:8080 dev_meta=http://192.168.2.56:6021
fat_meta=http://someIp:8080 fat_meta=http://192.168.2.56:6021
uat_meta=http://anotherIp:8080 uat_meta=http://192.168.2.56:6021
pro_meta=http://yetAnotherIp:8080 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" 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