Skip to content

Commit

Permalink
8888 port not working on my mac
Browse files Browse the repository at this point in the history
  • Loading branch information
liuruibin committed Feb 3, 2020
1 parent da8e7b1 commit 253a7da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spring.application.name=metersphere

server.port=8888
server.port=8081

# Hikari
spring.datasource.type=com.zaxxer.hikari.HikariDataSource
Expand Down
4 changes: 2 additions & 2 deletions frontend/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
devServer: {
proxy: {
['^(?!/login)']: {
target: 'http://localhost:8888',
target: 'http://localhost:8081',
ws: true,
}
}
Expand All @@ -23,4 +23,4 @@ module.exports = {
filename: "login.html"
}
}
};
};

0 comments on commit 253a7da

Please sign in to comment.