Skip to content

Commit

Permalink
Correct dodgy references
Browse files Browse the repository at this point in the history
  • Loading branch information
danlysiak committed Oct 23, 2023
1 parent aa71221 commit 5dfe3ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ management:
include: health, info, prometheus

springdoc:
packagesToScan: uk.gov.hmcts.reform.account-enquiry.controllers
packagesToScan: uk.gov.hmcts.opal.controllers
writer-with-order-by-keys: true

#If you use a database then uncomment below lines and update db properties accordingly
spring:
config:
import: "optional:configtree:/mnt/secrets/opal/"
application:
name: Spring Boot Template
name: Opal Account Enquiry
# datasource:
# driver-class-name: org.postgresql.Driver
# url: jdbc:postgresql://${DB_HOST}:${DB_PORT}/${DB_NAME}${DB_OPTIONS:}
Expand Down

0 comments on commit 5dfe3ca

Please sign in to comment.