# GNUmed system-wide configuration file # ------------------------------------------------------------- # # see also: http://wiki.gnumed.de/bin/view/Gnumed/ConfigFiles # # ------------------------------------------------------------- [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_v8 #encoding = UTF8 [profile local GNUmed database] host = localhost port = 5432 database = gnumed_v8 #encoding = UTF8