File: horde-debian.php.sql.in

package info (click to toggle)
horde2 2.2.8-1sarge3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,832 kB
  • ctags: 2,897
  • sloc: php: 12,784; sh: 954; sql: 149; makefile: 104; perl: 97; xml: 24; pascal: 6
file content (16 lines) | stat: -rw-r--r-- 555 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

// This is an automatically generated file, do not edit!
// To change the settings here run dpkg-reconfigure -plow horde2

// database driver
$conf['prefs']['driver'] = '@dbclass@';
$conf['prefs']['params']['phptype'] = '@dbtype@';
$conf['prefs']['params']['hostspec'] = '@dbserver@';
$conf['prefs']['params']['username'] = '@dbuser@';  
$conf['prefs']['params']['password'] = '@dbpass@';  
$conf['prefs']['params']['database'] = '@dbname@';  
$conf['prefs']['params']['port'] = '@dbport@';
$conf['prefs']['params']['table'] = 'horde_prefs';  

?>