Add the ability to override dns for iSchedule using a global variable $icfg
[davical.git] / config / example-administration.yml
blobe5cfd02e2a5ab5b4b6d083ce04f88aba427d4369
2 # Administration Configuration file (sample)
4 #  This file is only used by command-line programs accessing the DAViCal
5 #  database for maintenance.  It should be as secure as you can make it
6 #  since it contains passwords and connection details for a more powerful
7 #  database connection.  Mode 600 is recommended.
9 #  This file should be called 'administration.yml' in the config directory.
13 ## The database username for connecting with sufficient rights to create
14 ## tables, functions and granting access to other users.
15 admin_db_user: davical_dba
18 ## The password.  Leading and trailling spaces are stripped, so don't do that
19 #admin_db_pass: very, very 5ecret
22 ## The hostname/IP.  Not needed if using unix sockets to a local server.
23 #admin_db_host: 2401:170:20:17::1024:0
24 #admin_db_host: 172.17.217.2
25 #admin_db_host: dbserver.davical.net
28 ## The database name
29 admin_db_name: davical
32 ## The database port.  Not needed if it is the default '5432'
33 #admin_db_port: 5432
37 ## The name of the database user the web application uses to connect
38 app_db_user: davical_app