Skip to content

Commit

Permalink
Update application-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gunsight1 committed Mar 21, 2024
1 parent 1f49652 commit 2c1468e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module-api/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
spring:
application:
name: washfit
datasource:
driver-class-name: org.postgresql.Driver
url: ${DB_URL_AWS}
Expand Down Expand Up @@ -46,6 +44,8 @@ spring:
max-idle: 20
host: ${REDIS_PROD_HOST}
password: ${REDIS_PROD_PASSWORD}
application:
name: washfit_live

logging:
file:
Expand Down

0 comments on commit 2c1468e

Please sign in to comment.