|
1
|
# automatically generated by the maintainer scripts of bareos-database-common
|
|
2
|
# any changes you make will be preserved, though your comments
|
|
3
|
# will be lost! to change your settings you should edit this
|
|
4
|
# file and then run "dpkg-reconfigure bareos-database-common"
|
|
5
|
|
|
6
|
# dbc_install: configure database with dbconfig-common?
|
|
7
|
# set to anything but "true" to opt out of assistance
|
|
8
|
dbc_install='false'
|
|
9
|
|
|
10
|
# dbc_upgrade: upgrade database with dbconfig-common?
|
|
11
|
# set to anything but "true" to opt out of assistance
|
|
12
|
dbc_upgrade='true'
|
|
13
|
|
|
14
|
# dbc_remove: deconfigure database with dbconfig-common?
|
|
15
|
# set to anything but "true" to opt out of assistance
|
|
16
|
dbc_remove='true'
|
|
17
|
|
|
18
|
# dbc_dbtype: type of underlying database to use
|
|
19
|
# this exists primarily to let dbconfig-common know what database
|
|
20
|
# type to use when a package supports multiple database types.
|
|
21
|
# don't change this value unless you know for certain that this
|
|
22
|
# package supports multiple database types
|
|
23
|
dbc_dbtype='pgsql'
|
|
24
|
|
|
25
|
# dbc_dbuser: database user
|
|
26
|
# the name of the user who we will use to connect to the database.
|
|
27
|
dbc_dbuser='bareos'
|
|
28
|
|
|
29
|
# dbc_dbpass: database user password
|
|
30
|
# the password to use with the above username when connecting
|
|
31
|
# to a database, if one is required
|
|
32
|
dbc_dbpass=''
|
|
33
|
|
|
34
|
# dbc_dballow: allowed host to connect from
|
|
35
|
# only for database types that support specifying the host from
|
|
36
|
# which the database user is allowed to connect from
|
|
37
|
# this string defines for which host the dbc_dbuser is allowed
|
|
38
|
# to connect
|
|
39
|
# this value is only really used again when you reconfigure the
|
|
40
|
# package
|
|
41
|
dbc_dballow='localhost'
|
|
42
|
|
|
43
|
# dbc_dbserver: database host.
|
|
44
|
# leave unset to use localhost (or a more efficient local method
|
|
45
|
# if it exists).
|
|
46
|
dbc_dbserver='localhost'
|
|
47
|
|
|
48
|
# dbc_dbport: remote database port
|
|
49
|
# leave unset to use the default. only applicable if you are
|
|
50
|
# using a remote database.
|
|
51
|
dbc_dbport=''
|
|
52
|
|
|
53
|
# dbc_dbname: name of database
|
|
54
|
# this is the name of your application's database.
|
|
55
|
dbc_dbname='bareos'
|
|
56
|
|
|
57
|
# dbc_dbadmin: name of the administrative user
|
|
58
|
# this is the administrative user that is used to create all of the above
|
|
59
|
# The exception is the MySQL/MariaDB localhost case, where this value is
|
|
60
|
# ignored and instead is determined from /etc/mysql/debian.cnf.
|
|
61
|
dbc_dbadmin='postgres'
|
|
62
|
|
|
63
|
# dbc_basepath: base directory to hold database files
|
|
64
|
# leave unset to use the default. only applicable if you are
|
|
65
|
# using a local (filesystem based) database.
|
|
66
|
dbc_basepath=''
|
|
67
|
|
|
68
|
##
|
|
69
|
## postgresql specific settings. if you don't use postgresql,
|
|
70
|
## you can safely ignore all of these
|
|
71
|
##
|
|
72
|
|
|
73
|
# dbc_ssl: should we require ssl?
|
|
74
|
# set to "true" to require that connections use ssl
|
|
75
|
dbc_ssl=''
|
|
76
|
|
|
77
|
# dbc_authmethod_admin: authentication method for admin
|
|
78
|
# dbc_authmethod_user: authentication method for dbuser
|
|
79
|
# see the section titled "AUTHENTICATION METHODS" in
|
|
80
|
# /usr/share/doc/dbconfig-common/README.pgsql for more info
|
|
81
|
dbc_authmethod_admin='ident'
|
|
82
|
dbc_authmethod_user='password'
|
|
83
|
|
|
84
|
##
|
|
85
|
## end postgresql specific settings
|
|
86
|
##
|