Skip to content

Commit

Permalink
JAV-57 changed service center address to default
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyinx committed Jun 11, 2017
1 parent 690745b commit db5c523
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
24 changes: 12 additions & 12 deletions docker-build-config/assembly/assembly.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<assembly>
<id>installer</id>
<formats>
<format>tar.gz</format>
</formats>
<fileSets>
<fileSet>
<directory>${project.build.directory}/company</directory>
<outputDirectory>company</outputDirectory>
<fileMode>0644</fileMode>
<directoryMode>0755</directoryMode>
</fileSet>
</fileSets>
<id>installer</id>
<formats>
<format>tar.gz</format>
</formats>
<fileSets>
<fileSet>
<directory>${project.build.directory}/company</directory>
<outputDirectory>company</outputDirectory>
<fileMode>0644</fileMode>
<directoryMode>0755</directoryMode>
</fileSet>
</fileSets>
</assembly>
3 changes: 2 additions & 1 deletion docker-run-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@
<version>2.19.1</version>
<configuration>
<systemPropertyVariables>
<cse.service.registry.address>http://${docker.hostname}:${service.center.port}
<cse.service.registry.address>
http://${docker.hostname}:${service.center.port}
</cse.service.registry.address>
</systemPropertyVariables>
<argLine>${jacoco.failsafe.argLine}</argLine>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ service_description:
cse:
service:
registry:
address: http://192.168.99.100:32771
address: http://sc.servicecomb.io:9980
handler:
chain:
Consumer:
Expand Down

0 comments on commit db5c523

Please sign in to comment.