Skip to content

Commit

Permalink
Update application-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gunsight1 authored Mar 21, 2024
1 parent d701b6c commit 1f49652
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion module-api/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
spring:
application:
name: washfit
datasource:
driver-class-name: org.postgresql.Driver
url: ${DB_URL_AWS}
Expand Down Expand Up @@ -78,4 +80,4 @@ aws:
s3:
bucket:
name: ${AWS_S3_BUCKET_NAME}
url: ${AWS_S3_BUCKET_URL}
url: ${AWS_S3_BUCKET_URL}

0 comments on commit 1f49652

Please sign in to comment.