Skip to content

Commit

Permalink
fix: 환경별 servlet context-path 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
egg528 committed Jan 10, 2024
1 parent fa42e70 commit e205971
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions application/api/src/main/resources/application-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ spring.config.activate.on-profile: local

server:
port: 8080
servlet:
context-path: /api

spring:
security:
Expand Down Expand Up @@ -52,6 +54,8 @@ spring.config.activate.on-profile: dev

server:
port: 8888
servlet:
context-path: /dev/api

spring:
security:
Expand Down Expand Up @@ -100,6 +104,8 @@ spring.config.activate.on-profile: live

server:
port: 8080
servlet:
context-path: live/api

spring:
security:
Expand Down

0 comments on commit e205971

Please sign in to comment.