Skip to content

Commit

Permalink
chore: DB 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yechan-kim committed Nov 16, 2024
1 parent d7101b1 commit b7c84f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spring:
datasource:
url: ENC(QPrviyEUHtIsrqCYg+if+wg/IqIz055B3P6qFQIA9pHToKQ15raJurIPRtgKd07y)
username: ENC(+XUcXvIjYlocEzOhJdVDHQ==)
password: ENC(9xIFR3Ltv82oDieKZeJsiPdE9V0gEv4+)
password: ENC(z78qrh/3JrfNpuxv1a9PTQNRAylKxKta)
driver-class-name: com.mysql.cj.jdbc.Driver
jpa:
show-sql: true
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spring:
datasource:
url: ENC(FKrNZ+1dn8FD+DSyCx1ZjCodQI/5STWISgSYTc5eusS1BBmwQF0/OUoEZcl06OYC)
username: ENC(SPj9M7iTAJNKo7BHhyjRhQ==)
password: ENC(khj8xLQ6WzusMiIZB/t44ZDRBFYGTlY4)
password: ENC(ibgYb748fANQ8mDX0EvwyvzRI2X/kUUo)
driver-class-name: com.mysql.cj.jdbc.Driver
jpa:
show-sql: true
Expand Down

0 comments on commit b7c84f0

Please sign in to comment.