Skip to content

Commit f0d7af1

Browse files
committed
fix:오타수정
1 parent 63bd0c1 commit f0d7af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

back/src/main/resources/application-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ spring:
44
- org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
55
datasource:
66
url: jdbc:mysql://devcos-team10-mysql.czvbgr7hie3i.ap-northeast-2.rds.amazonaws.com:3306/fivelogic?useSSL=true&serverTimezone=Asia/Seoul&characterEncoding=UTF-8
7-
username: {DB_USERNAME}
8-
password: {DB_PASSWORD}
7+
username: ${DB_USERNAME}
8+
password: ${DB_PASSWORD}
99
driver-class-name: com.mysql.cj.jdbc.Driver
1010
hikari:
1111
auto-commit: false

0 commit comments

Comments
 (0)