diff --git a/apollo-portal/src/main/resources/application.yml b/apollo-portal/src/main/resources/application.yml index ff4a245d8f1c6fd3ab8047945cf599a96f83a1a2..7b046657562dc7a9326ece440a51e348ebfa42ba 100644 --- a/apollo-portal/src/main/resources/application.yml +++ b/apollo-portal/src/main/resources/application.yml @@ -8,7 +8,7 @@ ctrip: appid: 100003173 server: - port: 8070 + port: 8080 logging: file: /opt/logs/100003173/apollo-portal.log diff --git a/apollo-portal/src/main/resources/portal.properties b/apollo-portal/src/main/resources/portal.properties index e1fc7e398ecf8f98a0c35b1be73a56a3351c6448..c4eb3050ae3f939a18e62819382e960fd345eaf6 100644 --- a/apollo-portal/src/main/resources/portal.properties +++ b/apollo-portal/src/main/resources/portal.properties @@ -1,5 +1,5 @@ spring.application.name= apollo-portal apollo.portal.env= dev,fat,uat ctrip.appid= 100003173 -server.port= 8080 +server.port= 8070 logging.file= /opt/logs/100003173/apollo-portal.log