Skip to content

Commit

Permalink
Refactor variable
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegRyazancev committed Mar 5, 2024
1 parent 60ce17e commit 0cc2db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spring:
datasource:
url: jdbc:postgresql://${PROD_DB_HOST}:${PROD_DB_PORT}/${PROD_DB_NAME}?currentSchema=${PROD_DB_SCHEMA}
username: ${PROD_DB_USERNAME}
password: ${PROD_DB_HOST}
password: ${PROD_DB_PASSWORD}
driver-class-name: org.postgresql.Driver
jpa:
properties:
Expand Down

0 comments on commit 0cc2db5

Please sign in to comment.