Skip to content

Commit

Permalink
fix: cors에러
Browse files Browse the repository at this point in the history
  • Loading branch information
qogustj committed Oct 10, 2023
1 parent cd3cdd5 commit e580583
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: ${{ secrets.ACCESS_KEY }}
secret-key: ${{ secrets.SECRET_KEY }}
access-key: AKIAQUM7QY6SGL7KBCSX
secret-key: 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
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: ${{ secrets.PASSWORD }}
password: qogustj50

jpa:
hibernate:
Expand Down

0 comments on commit e580583

Please sign in to comment.