Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Kusitms-28th-Hackathon-D/backend
Browse files Browse the repository at this point in the history
  • Loading branch information
qogustj committed Oct 10, 2023
2 parents 2aac9af + c157587 commit 74c7d00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -38,4 +38,4 @@ spring:
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB
max-request-size: 10MB

0 comments on commit 74c7d00

Please sign in to comment.