File: settings.php.tpl

package info (click to toggle)
webcalendar 0.9.45-4sarge7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,888 kB
  • ctags: 4,775
  • sloc: php: 16,990; sql: 1,272; perl: 777; sh: 120; makefile: 45
file content (20 lines) | stat: -rw-r--r-- 774 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
/*******************************************************************\
* settings.php.tpl: site configuration is managed by debconf rather *
* than via the install script in ${SITE_ROOT}/install/index.php     *
* Don't edit this file directly.  All changes made will be removed  *
* upon upgrade                                                      *
\*******************************************************************/

db_type: DEBCONF::DB_TYPE
db_host: DEBCONF::DB_HOST
db_database: DEBCONF::DB_DATABASE
db_login: DEBCONF::DB_LOGIN
db_password: DEBCONF::DB_PASSWORD
db_persistent: DEBCONF::DB_PERSISTENT
single_user: DEBCONF::SINGLE_USER_MODE
single_user_login: DEBCONF::SINGLE_USER_LOGIN
use_http_auth: DEBCONF::USE_HTTP_AUTH
readonly: false
user_inc: user.php
?>