Skip to content

Commit

Permalink
refactor : 무중단 배포 포트 변경시 올바르게 지정해주도록 환경변수 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
huncozyboy committed Jan 11, 2025
1 parent 4aae110 commit 0bfc179
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
server:
port: ${SERVER_PORT:8080}ㅋ
spring:
datasource:
url: ${DB_URL}
Expand Down

0 comments on commit 0bfc179

Please sign in to comment.