Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
CHANGED: variables for integration
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Jan 17, 2024
1 parent 7eb4764 commit 6373c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
####################################

# Set connection to the desired table of DB using URL
spring.datasource.url=jdbc:${DATABASE_PRIVATE_URL}
spring.datasource.url=jdbc:postgresql://${POSTGRES_OPERADOR_INTERNAL_DOMAIN}:${PGPORT}

# Database credentials
spring.datasource.username=${POSTGRES_USER}
Expand Down

0 comments on commit 6373c60

Please sign in to comment.