Skip to content

Commit

Permalink
Update staging profile
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajmohan committed Jan 12, 2024
1 parent 2a5df17 commit 2c4f17b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/application-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ spring:
cache: true
datasource:
url: jdbc:postgresql://host.docker.internal:5432/mdbenefits
flyway:
placeholders:
uuid_function: "gen_random_uuid"
user_file_doc_type_default_label: ${form-flow.uploads.default-doc-type-label:#{null}}
session:
jdbc:
initialize-schema: always
management:
endpoints:
enabled-by-default: false
Expand Down

0 comments on commit 2c4f17b

Please sign in to comment.