Skip to content

Commit

Permalink
#418 Fixed database user names
Browse files Browse the repository at this point in the history
  • Loading branch information
j3nsch committed Sep 27, 2021
1 parent 2a28985 commit 00eed51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

<!-- Properties for configuration files (config.ini, console.ini, tests/config.ini) used for testing. -->
<property name="dbName" value="opusdb" />
<property name="dbUserName" value="opus4admin" />
<property name="dbUserName" value="opus4" />
<property name="dbUserPassword" value="" />
<property name="dbAdminName" value="opus4" />
<property name="dbAdminName" value="opus4admin" />
<property name="dbAdminPassword" value="" />
<property name="solrIndexHost" value="localhost" />
<property name="solrIndexPort" value="8983" />
Expand Down

0 comments on commit 00eed51

Please sign in to comment.