Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HwanGonJang committed Feb 2, 2024
1 parent 2f5dfa0 commit c9b9766
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,8 @@ app:
jwt:
accessTokenValidMS: 3600000
refreshTokenValidMS: 604800000
secret: ${APP_JWT_SECRET}

aws:
s3:
bucket: ${AWS_S3_BUCKET}
url: ${AWS_S3_URL}

spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: ${DATASOURCE_URL}
username: ${DATASOURCE_USERNAME}
password: ${DATASOURCE_PASSWORD}
jpa:
properties:
hibernate:
Expand Down

0 comments on commit c9b9766

Please sign in to comment.