Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:Rebuild
orthanc-postgresql
postgresql.json
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File postgresql.json of Package orthanc-postgresql
{ /** * Configuration to use PostgreSQL instead of the default SQLite * back-end of Orthanc. You will have to install the * "orthanc-postgresql" package to take advantage of this feature. **/ "PostgreSQL" : { // Enable the use of PostgreSQL to store the Orthanc index? "EnableIndex" : true, // Enable the use of PostgreSQL to store the DICOM files? "EnableStorage" : false, // Option 1: Specify explicit authentication parameters "Host" : "localhost", "Port" : 5432, "Database" : "orthanc", "Username" : "orthanc_user", "Password" : "my_password", // Option 2: Authenticate using PostgreSQL connection URI // "ConnectionUri" : "postgresql://orthanc_user:my_password@localhost:5432/orthanc", // Optional: Disable the locking of the PostgreSQL database "Lock" : false } }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor