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