Skip to content

Commit

Permalink
feat: 포트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ManHyuk committed Jan 7, 2024
1 parent 0f38666 commit a668f23
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions application/api/src/main/resources/application-security.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# local
spring.config.activate.on-profile: local

server:
port: 8080

spring:
security:
oauth2:
Expand Down Expand Up @@ -47,6 +50,9 @@ spring:
# dev
spring.config.activate.on-profile: dev

server:
port: 8888

spring:
security:
oauth2:
Expand Down Expand Up @@ -92,6 +98,9 @@ spring:
# live
spring.config.activate.on-profile: live

server:
port: 8080

spring:
security:
oauth2:
Expand Down

0 comments on commit a668f23

Please sign in to comment.