Skip to content

Commit

Permalink
[Feature] - prod db 연결 설정 값 수정 (#606)
Browse files Browse the repository at this point in the history
* refactor: DataSourceConfig 모든 profile에서 비활성화

* refactor: prod profile datasource 정보 변경

* refactor: DB 라우팅 관련 파일 삭제

* fix: prod datasource url private ip로 변경
  • Loading branch information
eunjungL authored Nov 27, 2024
1 parent b98ea8d commit cbb29d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 96 deletions.

This file was deleted.

This file was deleted.

14 changes: 4 additions & 10 deletions backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,16 +156,10 @@ spring:
console:
enabled: false
datasource:
writer:
jdbc-url: ENC(WmWa9T4FlLD0SWKenUhPZgRaUOEcYFt9tsw5MfpOmGfHF5lFMXiYCGElb3S4NBzWfpIxg3daIlhdEgUJaMv4CjmKPJzt2Mt3f/SPOI8rlMHwSA2IrjFw90mHPWJsGO2WPsAZEOX6TeNVpiIhE4nM2w==)
username: ENC(OD+ZUOLOgfa1s4CpW8wmCA==)
password: ENC(SvYVLaigwGxQjPS1yZKaqs4mDC4jUT2f)
driver-class-name: com.mysql.cj.jdbc.Driver
reader:
jdbc-url: ENC(K1rG1kXZV6c/xdrCt4Q/ANwoRneNZjXTppm65H/cuOjDnGNF8X+80yh7FIAvIbrP74royecVW18xk1O3gJAohEudC486T59hYpNJv2HaTiOJBavO5c9sH6UNbFN0kFYyT1nz9Y2uOkUt71fkW2YQ4A==)
username: ENC(7ap5OS9J40A2EaOxU/Qxyg==)
password: ENC(a79pqVIy4+TknqeGj6qtLumkNltqjcx5)
driver-class-name: com.mysql.cj.jdbc.Driver
driver-class-name: com.mysql.cj.jdbc.Driver
url: ENC(zfwbTfLkDkl/NeNTemoN+aK/VoS0rd6H2yFh+r6rKRIfj3IlYgVy32Y/0CfSdqXJaN6TyOOcVRs=)
username: ENC(JR+N+a5mb3AomBo+3xUE9A==)
password: ENC(3dbjjcIxMU86kQ3iU6zId/hLJzLM6KF+82dEd4g7/+c=)
jpa:
show-sql: false
properties:
Expand Down

0 comments on commit cbb29d7

Please sign in to comment.