Skip to content

Commit

Permalink
CME-110: Fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kiran-yenigala-hmcts committed Feb 12, 2025
1 parent d46e7ba commit 115479c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ spring.cloud.discovery.client.composite-indicator.enabled=false
spring.jpa.database=postgresql
spring.jpa.show-sql=${DATA_STORE_SHOW_SQL:false}
spring.main.allow-bean-definition-overriding=true
spring.datasource.url=jdbc:postgresql://${DATA_STORE_DB_HOST:localhost}:${DATA_STORE_DB_PORT:5452}/${DATA_STORE_DB_NAME:ccd_data}${DATA_STORE_DB_OPTIONS:?stringtype=unspecified}
#spring.datasource.url=jdbc:postgresql://${DATA_STORE_DB_HOST:localhost}:${DATA_STORE_DB_PORT:5050}/${DATA_STORE_DB_NAME:ccd_data}${DATA_STORE_DB_OPTIONS:?stringtype=unspecified}
spring.datasource.url=jdbc:postgresql://localhost:5050/ccd_data${DATA_STORE_DB_OPTIONS:?stringtype=unspecified}
spring.datasource.username=${DATA_STORE_DB_USERNAME:ccd}
spring.datasource.password=${DATA_STORE_DB_PASSWORD:ccd}
#spring.datasource.tomcat.max-active=30
Expand Down Expand Up @@ -284,7 +285,6 @@ ccd.messaging.type-mappings.Document=Complex
spring.flyway.out-of-order=true
spring.flyway.ignore-missing-migrations=true
spring.flyway.baseline-on-migrate=true
spring.flyway.baseline-version=0001

reference.data.api.url=${RD_LOCATION_REF_API_BASE_URL:http://localhost:5555}
reference.data.cache.ttl.in.days=5
Expand Down

0 comments on commit 115479c

Please sign in to comment.