Skip to content

Commit

Permalink
D-26828 fix report db default env for central configuration and xl-de…
Browse files Browse the repository at this point in the history
…ploy (#198)

Co-authored-by: Vedran Pugar <[email protected]>
  • Loading branch information
vpugar-digital and Vedran Pugar authored Sep 29, 2023
1 parent 349286f commit 8a8a1bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions applejack/conf/products/central-configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ context:
- key: XL_DB_PASSWORD
value: "123"
- key: XL_DB_MAX_POOL_SIZE
value: "10"
value: 10
- key: XL_REPORT_DB_URL
value: "$XL_DB_URL"
value: "jdbc:derby:repository/db-report;create=true"
- key: XL_REPORT_DB_USERNAME
value: "$XL_DB_USERNAME"
value: sa
- key: XL_REPORT_DB_PASSWORD
value: "$XL_DB_PASSWORD"
value: "123"
- key: XL_REPORT_DB_MAX_POOL_SIZE
value: "$XL_DB_MAX_POOL_SIZE"
value: 10
- key: XL_METRICS_ENABLED
value: "false"
- key: XLD_IN_PROCESS
Expand Down
10 changes: 5 additions & 5 deletions applejack/conf/products/xl-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ context:
- key: XL_DB_PASSWORD
value: "123"
- key: XL_DB_MAX_POOL_SIZE
value: "10"
value: 10
- key: XL_REPORT_DB_URL
value: "$XL_DB_URL"
value: "jdbc:derby:repository/db-report;create=true"
- key: XL_REPORT_DB_USERNAME
value: "$XL_DB_USERNAME"
value: sa
- key: XL_REPORT_DB_PASSWORD
value: "$XL_DB_PASSWORD"
value: "123"
- key: XL_REPORT_DB_MAX_POOL_SIZE
value: "$XL_DB_MAX_POOL_SIZE"
value: 10
- key: XL_METRICS_ENABLED
value: "false"
- key: XLD_IN_PROCESS
Expand Down

0 comments on commit 8a8a1bd

Please sign in to comment.