Skip to content

Commit

Permalink
chore: add datasource to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
HwanGonJang committed Nov 2, 2023
1 parent a480a5e commit 7549039
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
spring:
datasource:
driver-class-name: org.postgresql.Driver
url: ${DATASOURCE_URL}
username: ${DATASOURCE_USERNAME}
password: ${DATASOURCE_PASSWORD}

aws:
s3:
bucket: ${AWS_S3_BUCKET}
Expand Down

0 comments on commit 7549039

Please sign in to comment.