Skip to content

Commit

Permalink
Fix replacement strings to allow configuration of second data source
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-tchad committed Jan 29, 2024
1 parent 19b240a commit 378413e
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 378413e

Please sign in to comment.