1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
# GNUmed database system site-local bootstrapping config file
#------------------------------------------------------------
# license: GPL v2 or later
# author: Karsten.Hilbert@gmx.net
#----------------------------------
[revision control]
file = $Source: /home/ncq/Projekte/cvs2git/vcs-mirror/gnumed/gnumed/server/bootstrap/bootstrap-local_first.conf,v $
version = $Revision: 1.17 $
#----------------------------------
[installation]
interactive = yes
keep temp files = no
description = $description$
This script can be used to run SQL files local to a site
*before* bootstrapping the rest of the database.
Thereby things that are only needed locally can be
integrated with the bootstrapping process and need not
be run manually after re-bootstrapping.
It is "guaranteed" that this file will never be changed
by the GNUmed team, hence keeping local modifications
in a safe place.
$description$
bundles = $bundles$
$bundles$
#----------------------------------
# bundles
#----------------------------------
[bundle ...]
database alias = core
minimum postgresql version = 8.1
schema base directory =
schema = $schema$
$schema$
#----------------------------------
# databases
#----------------------------------
[database core]
name = gnumed_v2
override name by = GM_CORE_DB
server alias = local host
audit disable = 1
schema = $schema$
$schema$
#----------------------------------
# servers
#----------------------------------
[server local host]
name =
port = 5432
template database = template1
super user alias = postgres
schema = $schema$
$schema$
#----------------------------------
# users
#----------------------------------
[user GNUmed owner]
name = gm-dbo
password =
[user postgres]
name = postgres
#password =
#----------------------------------
# these really shouldn't be changed
#----------------------------------
[GnuMed defaults]
database owner alias = GNUmed owner
groups = $groups$
$groups$
#----------------------------------
|