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