| 1 |
# GNUmed system-wide configuration file
|
| 2 |
# -------------------------------------------------------------
|
| 3 |
#
|
| 4 |
# see also: http://wiki.gnumed.de/bin/view/Gnumed/ConfigFiles
|
| 5 |
#
|
| 6 |
# -------------------------------------------------------------
|
| 7 |
|
| 8 |
|
| 9 |
[workplace]
|
| 10 |
|
| 11 |
# This name is used to describe the workstation at the
|
| 12 |
# business logic level, eg. "ultrasound room machine 1",
|
| 13 |
#
|
| 14 |
# Many configuration options stored in the backend
|
| 15 |
# are tied to this name.
|
| 16 |
name = GNUmed Default
|
| 17 |
|
| 18 |
|
| 19 |
|
| 20 |
[backend]
|
| 21 |
|
| 22 |
# during login the user can chose from several
|
| 23 |
# profiles defining which GNUmed database server
|
| 24 |
# to connect to,
|
| 25 |
#
|
| 26 |
# the profiles themselves are defined further below
|
| 27 |
#
|
| 28 |
profiles = $profiles$
|
| 29 |
public GNUmed database
|
| 30 |
$profiles$
|
| 31 |
|
| 32 |
|
| 33 |
|
| 34 |
[profile public GNUmed database]
|
| 35 |
host = salaam.homeunix.com
|
| 36 |
port = 5433
|
| 37 |
database = gnumed_v6
|
| 38 |
#encoding = UTF8
|
| 39 |
|
| 40 |
|
| 41 |
|
| 42 |
[profile local GNUmed database (Linux)]
|
| 43 |
host =
|
| 44 |
port = 5432
|
| 45 |
database = gnumed_v6
|
| 46 |
#encoding = UTF8
|
| 47 |
|
| 48 |
|