We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63bd0c1 commit f0d7af1Copy full SHA for f0d7af1
back/src/main/resources/application-prod.yml
@@ -4,8 +4,8 @@ spring:
4
- org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
5
datasource:
6
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}
+ username: ${DB_USERNAME}
+ password: ${DB_PASSWORD}
9
driver-class-name: com.mysql.cj.jdbc.Driver
10
hikari:
11
auto-commit: false
0 commit comments