[workplace] # This name is used to describe the workstation at the # business logic level, eg. "ultrasound room machine 1", # # Many configuration options stored in the backend # are tied to this name. name = GNUmed Default [backend] # during login the user can chose from several # profiles defining which GNUmed database server # to connect to, # # the profiles themselves are defined further below # profiles = $profiles$ public GNUmed database local GNUmed database $profiles$ [profile public GNUmed database] host = salaam.homeunix.com port = 5432 database = gnumed_v9 #encoding = UTF8 # this option controls whether the database is in-production # storing real patient data or is a public database with # open access for testing and development # # among other things it controls whether log files are by # default attached to bug reports mailed out to developers, # for real patient databases set this to 0 public/open access = 1 # this option defines who is in charge of tech support # for this GNUmed database, # public databases are serviced on the mailing list, # set this to an internal staff address for real # patient databases help desk = GNUmed Development List [profile local GNUmed database] host = localhost port = 5432 database = gnumed_v9 #encoding = UTF8 # this option controls whether the database is in-production # storing real patient data or is a public database with # open access for testing and development # # among other things it controls whether log files are by # default attached to bug reports mailed out to developers, # for real patient databases set this to 0 public/open access = 0 # this option defines who is in charge of tech support # for this GNUmed database, # public databases are serviced on the mailing list, # set this to an internal staff address for real # patient databases # # Debian: FIXME: This needs to be configurable via debconf # Something like Your own IT support help desk = GNUmed Development List