Skip to content

Commit

Permalink
Modify API Module Port
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Diger committed Mar 19, 2024
1 parent a0c4303 commit f997ce1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shorts-api/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ spring:
on-profile: dev

server:
port: 8080
port: 0
5 changes: 4 additions & 1 deletion shorts-api/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
spring:
config:
activate:
on-profile: local
on-profile: local

server:
port: 0
2 changes: 1 addition & 1 deletion shorts-api/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ spring:
on-profile: prod

server:
port: 8083
port: 8080

0 comments on commit f997ce1

Please sign in to comment.