From e60b816b19e23da0ecdbfee9f4d0f08e172e27af Mon Sep 17 00:00:00 2001 From: ags Date: Wed, 28 Mar 2018 14:28:55 +0100 Subject: [PATCH] double quotes in reference conf confuse people --- node/src/main/resources/reference.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node/src/main/resources/reference.conf b/node/src/main/resources/reference.conf index c4f7fe169a..f3c83ef9f7 100644 --- a/node/src/main/resources/reference.conf +++ b/node/src/main/resources/reference.conf @@ -4,9 +4,9 @@ keyStorePassword = "cordacadevpass" trustStorePassword = "trustpass" dataSourceProperties = { dataSourceClassName = org.h2.jdbcx.JdbcDataSource - "dataSource.url" = "jdbc:h2:file:"${baseDirectory}"/persistence;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=10000;WRITE_DELAY=100;AUTO_SERVER_PORT="${h2port} - "dataSource.user" = sa - "dataSource.password" = "" + dataSource.url = "jdbc:h2:file:"${baseDirectory}"/persistence;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=10000;WRITE_DELAY=100;AUTO_SERVER_PORT="${h2port} + dataSource.user = sa + dataSource.password = "" } database = { transactionIsolationLevel = "REPEATABLE_READ"