File: example-administration.yml

package info (click to toggle)
davical 1.1.12-2.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,020 kB
  • sloc: php: 19,361; sql: 4,514; perl: 3,524; sh: 554; javascript: 162; makefile: 85
file content (41 lines) | stat: -rw-r--r-- 1,229 bytes parent folder | download | duplicates (8)
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
#
# Administration Configuration file (sample)
#
#  This file is only used by command-line programs accessing the DAViCal
#  database for maintenance.  It should be as secure as you can make it
#  since it contains passwords and connection details for a more powerful
#  database connection.  Mode 600 is recommended.
#
#  This file should be called 'administration.yml' in the config directory.
#
#  Make sure field-separating whitespace does not contain any ^I (tab)
#  characters. The YAML parser will trip over them ungracefully.
#

##
## The database username for connecting with sufficient rights to create
## tables, functions and granting access to other users.
admin_db_user: davical_dba

##
## The password.  Leading and trailling spaces are stripped, so don't do that
#admin_db_pass: very, very 5ecret

##
## The hostname/IP.  Not needed if using unix sockets to a local server.
#admin_db_host: 2401:170:20:17::1024:0
#admin_db_host: 172.17.217.2
#admin_db_host: dbserver.davical.net

##
## The database name
admin_db_name: davical

##
## The database port.  Not needed if it is the default '5432'
#admin_db_port: 5432


##
## The name of the database user the web application uses to connect
app_db_user: davical_app