Commit 5d58e7cb by lepdou

Merge pull request #115 from yiming187/portal_update

Easy portal & adminservice integration test
parents d763b22a e7f5205a
...@@ -3,7 +3,7 @@ spring: ...@@ -3,7 +3,7 @@ spring:
name: apollo-adminservice name: apollo-adminservice
server: server:
port: ${port:8090} port: ${port:8080}
logging: logging:
level: level:
......
...@@ -3,6 +3,6 @@ eureka: ...@@ -3,6 +3,6 @@ eureka:
hostname: ${hostname:localhost} hostname: ${hostname:localhost}
client: client:
serviceUrl: serviceUrl:
defaultZone: http://${eureka.instance.hostname}:8090/eureka/ defaultZone: http://${eureka.instance.hostname}:8080/eureka/
healthcheck: healthcheck:
enabled: true enabled: true
\ No newline at end of file
local.meta=http://localhost:8090 local.meta=http://localhost:8080
dev.meta=http://dev:8080 dev.meta=http://dev:8080
\ No newline at end of file
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