[med-svn] r18930 - trunk/packages/orthanc/trunk/debian/configuration
Sebastien Jodogne
jodogne-guest at moszumanska.debian.org
Mon Mar 9 08:27:05 UTC 2015
Author: jodogne-guest
Date: 2015-03-09 08:25:55 +0000 (Mon, 09 Mar 2015)
New Revision: 18930
Modified:
trunk/packages/orthanc/trunk/debian/configuration/orthanc.json
Log:
Some clarifications thanks to Karsten Hilbert
Modified: trunk/packages/orthanc/trunk/debian/configuration/orthanc.json
===================================================================
--- trunk/packages/orthanc/trunk/debian/configuration/orthanc.json 2015-03-09 08:24:15 UTC (rev 18929)
+++ trunk/packages/orthanc/trunk/debian/configuration/orthanc.json 2015-03-09 08:25:55 UTC (rev 18930)
@@ -229,7 +229,9 @@
/**
* Configuration to use PostgreSQL instead of the default SQLite
* back-end of Orthanc. You will have to install the
- * "orthanc-postgresql" plugins to take advantage of this feature.
+ * "orthanc-postgresql" package to take advantage of this feature.
+ * Have a look at "/usr/share/doc/orthanc-postgresql/README.Debian"
+ * for a tutorial.
**/
"PostgreSQL" : {
@@ -243,12 +245,12 @@
// Option 1: Specify explicit authentication parameters
"Host" : "localhost",
"Port" : 5432,
- "Database" : "orthanc",
- "Username" : "orthanc",
+ "Database" : "orthanc_db",
+ "Username" : "orthanc_user",
"Password" : "my_password",
// Option 2: Authenticate using PostgreSQL connection URI
- // "ConnectionUri" : "postgresql://username:password@localhost:5432/database",
+ // "ConnectionUri" : "postgresql://orthanc_user:my_password@localhost:5432/orthanc_db",
// Optional: Disable the locking of the PostgreSQL database
"Lock" : false
More information about the debian-med-commit
mailing list