/[debian-med]/trunk/packages/gnumed-client/tags/0.2.6.3-2/debian/conf/gnumed.conf
ViewVC logotype

Contents of /trunk/packages/gnumed-client/tags/0.2.6.3-2/debian/conf/gnumed.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 442 - (show annotations) (download)
Fri Sep 21 20:26:55 2007 UTC (5 years, 8 months ago) by tille
File size: 916 byte(s)
Added latest gnumed-client packaging stuff and next version to svn
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

  ViewVC Help
Powered by ViewVC 1.1.5