diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index a59a137..558e68e 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -9,8 +9,8 @@ cloud: endpoint : https://s3.amazonaws.com bucket: url-qogustj credentials: - access-key: AKIAQUM7QY6SGL7KBCSX - secret-key: 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 + access-key: ${{ secrets.ACCESS_KEY }} + secret-key: ${{ secrets.SECRET_KEY }} region: static: ap-northeast-2 auto: false @@ -28,7 +28,7 @@ spring: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://meetup.cqwxdf1sdeiw.ap-northeast-2.rds.amazonaws.com:3306/qogustj username: admin - password: qogustj50 + password: ${{ secrets.PASSWORD }} jpa: hibernate: @@ -38,4 +38,4 @@ spring: servlet: multipart: max-file-size: 10MB - max-request-size: 10MB \ No newline at end of file + max-request-size: 10MB