Skip to content

Commit

Permalink
Update mirth_and_MSSQL_withTLS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pacmano1 authored May 17, 2024
1 parent 75fb3f2 commit 9e1da4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirth_and_MSSQL_withTLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The certificate will include the proper key usage and extended key usage propert
For mirth.properties assuming a local named user (not AD):
```text
database = sqlserver
database.url = jdbc:jtds:sqlserver://yourseriver:1433/mirthdb;encrypt=true;trustServerCertificate=true
database.url = jdbc:jtds:sqlserver://yourserver:1433/mirthdb;encrypt=true;trustServerCertificate=true
database.username = someuser
database.password = somepassword
```
Expand Down

0 comments on commit 9e1da4b

Please sign in to comment.