Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
graphics
orthanc-mysql
mysql.json
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mysql.json of Package orthanc-mysql
{ /** * Configuration to use MySQL instead of the default SQLite * back-end of Orthanc. You will have to install the * "orthanc-postgresql" package to take advantage of this feature. **/ "MySQL" : { "EnableIndex" : true, "EnableStorage" : false, "Host" : "localhost", // For TCP connections (notably Windows) "Port" : 3306, // For TCP connections (notably Windows) "UnixSocket" : "/var/run/mysqld/mysqld.sock", // For UNIX on localhost "Database" : "orthanc", "Username" : "orthanc", "Password" : "orthanc", "Lock" : true // See section about Locking } }
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