Skip to content

Commit

Permalink
Merge pull request #58 from PLADI-ALM/hotfix/PDS-81-yamlChange
Browse files Browse the repository at this point in the history
[PDS-81/hotfix] yaml 파일 수정
  • Loading branch information
chaerlo127 authored Oct 8, 2023
2 parents be28e82 + fbe0e1e commit f721760
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ spring:
server:
port: 8080


jwt:
secret: ENC(7JHqgwmXfXySGksMK5SOUrWg7edAhDXA044D8pyPbQbsYgdgs+by47ti/tHUwlwqSCMmmD9FM3tZvazmb/0wtqTKqYXGsrNnlkD2yFO11Z6Gis49IO0SWhaAnmyUexlwy+Bscc2pZBK12M50vCeHkFQGRIe1SlPj)

aws:
s3:
region: ENC(g5tyuGOJBDEmnezuqqberSvKxUO3sHtm)
bucket: ENC(xV+R4mKu3wiOHGoDKhWrsRyXTDOauoNy)

jwt:
secret: ENC(m8hv7okIea5oHi2vzsdKBKl4Pzbv8fFW3cU1UVWrk4a7IWTmyVl27pUqqyhP/Ril2V4Vpyv4nObk6lojgwnZag==)
6 changes: 3 additions & 3 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ spring:
server:
port: 8080

jwt:
secret: ENC(7JHqgwmXfXySGksMK5SOUrWg7edAhDXA044D8pyPbQbsYgdgs+by47ti/tHUwlwqSCMmmD9FM3tZvazmb/0wtqTKqYXGsrNnlkD2yFO11Z6Gis49IO0SWhaAnmyUexlwy+Bscc2pZBK12M50vCeHkFQGRIe1SlPj)

aws:
s3:
region: ENC(AVCMaqBKtI5yHdJHx9XNjik58YlUD/EY)
bucket: ENC(lv1CzlIwi9jUaOJJth3Ppf73A1VpIoRb)

jwt:
secret: ENC(m8hv7okIea5oHi2vzsdKBKl4Pzbv8fFW3cU1UVWrk4a7IWTmyVl27pUqqyhP/Ril2V4Vpyv4nObk6lojgwnZag==)

0 comments on commit f721760

Please sign in to comment.