Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apollo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
apollo
Commits
04f31d49
Commit
04f31d49
authored
Jul 20, 2018
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
。。。。
parent
0d7513d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
+10
-8
pom.xml
pom.xml
+6
-4
build.sh
scripts/build.sh
+4
-4
No files found.
pom.xml
View file @
04f31d49
...
@@ -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>
...
...
scripts/build.sh
View file @
04f31d49
...
@@ -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
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment