Skip to content

Commit

Permalink
Merge pull request #385 in MC/connect from feature/ROCKSOLID-4141-mic…
Browse files Browse the repository at this point in the history
…rosoft-jdbc-request-for-out-of-the-box-for-ng-connect to development

* commit 'fbe2da06fdba1af1ee95aa02dabbc24750b3170d':
  ROCKSOLID-4141 Updated comments in mirth.properties.
  • Loading branch information
narupley committed Nov 5, 2020
2 parents 7bdba10 + fbe2da0 commit 86fe07b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions server/conf/mirth.properties
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,14 @@ database = derby
# Oracle jdbc:oracle:thin:@localhost:1521:DB
# SQL Server/Sybase (jTDS) jdbc:jtds:sqlserver://localhost:1433/mirthdb
# Microsoft SQL Server jdbc:sqlserver://localhost:1433;databaseName=mirthdb
# If you are using the Microsoft SQL Server driver, please also specify database.driver below
database.url = jdbc:derby:${dir.appdata}/mirthdb;create=true

# If using a custom or non-default driver, specify it here.
# When using sqlserver, if the database.driver below is left blank or commented out, the jTDS driver is used by default.
# If you prefer to use the Microsoft SQL Server driver, use "database.driver = com.microsoft.sqlserver.jdbc.SQLServerDriver".
#database.driver =
# example:
# Microsoft SQL server: database.driver = com.microsoft.sqlserver.jdbc.SQLServerDriver
# (Note: the jTDS driver is used by default for sqlserver)
#database.driver =

# Maximum number of connections allowed for the main read/write connection pool
database.max-connections = 20
Expand Down

0 comments on commit 86fe07b

Please sign in to comment.