Commit b387de40 by Jason Song

make portal standalone start up as 8080 and 8070 for all in one startup

parent 4b6df298
...@@ -8,7 +8,7 @@ ctrip: ...@@ -8,7 +8,7 @@ ctrip:
appid: 100003173 appid: 100003173
server: server:
port: 8070 port: 8080
logging: logging:
file: /opt/logs/100003173/apollo-portal.log file: /opt/logs/100003173/apollo-portal.log
......
spring.application.name= apollo-portal spring.application.name= apollo-portal
apollo.portal.env= dev,fat,uat apollo.portal.env= dev,fat,uat
ctrip.appid= 100003173 ctrip.appid= 100003173
server.port= 8080 server.port= 8070
logging.file= /opt/logs/100003173/apollo-portal.log logging.file= /opt/logs/100003173/apollo-portal.log
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