Skip to content
Snippets Groups Projects
Commit b173173f authored by felmer's avatar felmer
Browse files

LMS-1622 add data-source-provider properties

SVN: 17016
parent 7ac84802
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,12 @@ database.owner-password = ...@@ -22,6 +22,12 @@ database.owner-password =
database.admin-user = database.admin-user =
database.admin-password = database.admin-password =
data-source-provider = dss-based-data-source-provider
dss-based-data-source-provider.data-store-servers = dss-screening
dss-based-data-source-provider.dss-screening.database-driver = org.postgresql.Driver
dss-based-data-source-provider.dss-screening.database-url = jdbc:postgresql://localhost/imaging_${imaging.database.kind}
imaging.database.engine = postgresql imaging.database.engine = postgresql
imaging.database.create-from-scratch = false imaging.database.create-from-scratch = false
imaging.database.script-single-step-mode = false imaging.database.script-single-step-mode = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment