Skip to content

Commit

Permalink
#1733 - adjust config to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
julianzz98 committed Aug 26, 2024
1 parent eef318e commit 5cda072
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<!-- Configuration of DataSource properties -->
<Property name="driverClassName" value="com.microsoft.sqlserver.jdbc.SQLServerDriver" />
<Property name="url" value="jdbc:sqlserver://localhost:1433;databaseName=deegree"/>
<Property name="url" value="jdbc:sqlserver://localhost:1433;databaseName=deegree-db"/>
<Property name="username" value="kelvin" />
<Property name="password" value="s3cr3t" />
<Property name="poolPreparedStatements" value="true" />
Expand Down

0 comments on commit 5cda072

Please sign in to comment.