]> git.pld-linux.org Git - packages/flyspray.git/blame_incremental - flyspray.conf
- updated to 0.9.9.5.1
[packages/flyspray.git] / flyspray.conf
... / ...
CommitLineData
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]
11basedir = "/usr/share/flyspray/" ; Location of your Flyspray installation
12cookiesalt = "d5" ; Randomisation value for cookie encoding
13adodbpath = "/usr/share/php/adodb/adodb.inc.php" ; Path to the main ADODB include file
14output_buffering = "on" ; Available options: "off", "on" and "gzip"
15
16[database]
17dbtype = "mysql" ; Type of database ("mysql" or "pgsql" are currently supported)
18dbhost = "localhost" ; Name or IP of your database server
19dbname = "flyspray" ; The name of the database
20dbuser = "USERNAME" ; The user to access the database
21dbpass = "PASSWORD" ; The password to go with that username above
22
23; vim:syn=dosini
This page took 0.125501 seconds and 4 git commands to generate.