]> git.pld-linux.org Git - packages/flyspray.git/blob - flyspray.conf
- reflect adodb changes
[packages/flyspray.git] / flyspray.conf
1 ; <?php die( 'Do not access this page directly.' ); ?>
2
3 ; This is the Flysplay configuration file. It contains the basic settings
4 ; needed for Flyspray to operate. All other preferences are stored in the
5 ; database itself and are managed directly within the Flyspray admin interface.
6 ; You should consider putting this file somewhere that isn't accessible using
7 ; a web browser, and editing header.php to point to wherever you put this file.
8
9
10 [general]
11 basedir = "/usr/share/flyspray/"      ; Location of your Flyspray installation
12 cookiesalt = "d5"            ; Randomisation value for cookie encoding
13 adodbpath = "/usr/share/php/adodb/adodb.inc.php"   ; Path to the main ADODB include file
14 output_buffering = "on"                       ; Available options: "off", "on" and "gzip"
15
16 [database]
17 dbtype = "mysql"        ; Type of database ("mysql" or "pgsql" are currently supported) 
18 dbhost = "localhost"        ; Name or IP of your database server
19 dbname = "flyspray"        ; The name of the database
20 dbuser = "USERNAME"        ; The user to access the database
21 dbpass = "PASSWORD"        ; The password to go with that username above
22
23 ; vim:syn=dosini
This page took 0.044372 seconds and 3 git commands to generate.