diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index a6f52fd..45c0699 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -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}