Skip to content

Commit

Permalink
Fix replacement strings for second data source properties (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-tchad authored Jan 30, 2024
1 parent 19b240a commit 38bf5fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/configs/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38bf5fc

Please sign in to comment.