Skip to content

Commit

Permalink
Merge pull request #53 from 0702Yoon/main
Browse files Browse the repository at this point in the history
DB_USER_NAME 으로 변경
  • Loading branch information
0702Yoon authored Aug 12, 2024
2 parents b641ddd + 823e95e commit fb15b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spring:
# 환경 변수를 사용하는 데이터베이스 설정 (주석 해제 필요시)
datasource:
url: ${DB_URL}
username: ${DB_NAME}
username: ${DB_USER_NAME}
password: ${DB_PASSWORD}
hikari:
max-lifetime: 177000 # 177초, hikari는 RDS wait_timeout(180초) 보다 2 ~ 3초 정도 짧게 줄 것을 권장
Expand Down

0 comments on commit fb15b43

Please sign in to comment.