diff --git a/applejack/conf/products/central-configuration.yml b/applejack/conf/products/central-configuration.yml index f84efe1b0..05a13c46a 100644 --- a/applejack/conf/products/central-configuration.yml +++ b/applejack/conf/products/central-configuration.yml @@ -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 diff --git a/applejack/conf/products/xl-deploy.yml b/applejack/conf/products/xl-deploy.yml index 5ae18fe0f..8f203ee4e 100644 --- a/applejack/conf/products/xl-deploy.yml +++ b/applejack/conf/products/xl-deploy.yml @@ -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