This commit is contained in:
Timo Bejan 2021-09-28 09:31:49 +03:00
parent bed6dec605
commit f274ebf91a

View File

@ -2,7 +2,6 @@ info:
description: File Management Service V1 Server
redaction-service.url: "http://redaction-service-v1:8080"
configuration-service.url: "http://configuration-service-v1:8080"
pdftron-redaction-service.url: "http://pdftron-redaction-service-v1:8080"
redaction-report-service.url: "http://redaction-report-service-v1:8080"
search-service.url: "http://search-service-v1:8080"
@ -13,10 +12,10 @@ server:
spring:
datasource:
url: jdbc:postgresql://${PSQL_HOST}:${PSQL_PORT}/${PSQL_DATABASE}
url: jdbc:postgresql://${PSQL_HOST:localhost}:${PSQL_PORT:5432}/${PSQL_DATABASE:redaction}
driverClassName: org.postgresql.Driver
username: ${PSQL_USERNAME}
password: ${PSQL_PASSWORD}
username: ${PSQL_USERNAME:redaction}
password: ${PSQL_PASSWORD:redaction}
platform: org.hibernate.dialect.PostgreSQL95Dialect
jpa:
database-platform: org.hibernate.dialect.PostgreSQL95Dialect