From 38bf5fc547ce76c6ebd7e4298bccc79f75802269 Mon Sep 17 00:00:00 2001 From: Trey Chadick Date: Tue, 30 Jan 2024 10:09:40 -0800 Subject: [PATCH] Fix replacement strings for second data source properties (#696) --- server/configs/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/configs/application.properties b/server/configs/application.properties index 8fa5323bb1..4964190273 100644 --- a/server/configs/application.properties +++ b/server/configs/application.properties @@ -23,8 +23,8 @@ context.validationQuery[0]=SELECT 1 #context.dataSourceName[1]=jdbc/@@extraJdbcDataSource@@ #context.driverClassName[1]=@@extraJdbcDriverClassName@@ -#context.url[1]=@@extraJdbcURL@@ -#context.username[1]=@@extraJdbcUser@@ +#context.url[1]=@@extraJdbcUrl@@ +#context.username[1]=@@extraJdbcUsername@@ #context.password[1]=@@extraJdbcPassword@@ #useLocalBuild#context.webAppLocation=@@pathToServer@@/build/deploy/labkeyWebapp