]> git.pld-linux.org Git - packages/flyspray.git/commitdiff
- default config file for flyspray added
authorheretyk <heretyk@pld-linux.org>
Sun, 24 Jul 2005 11:32:32 +0000 (11:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flyspray.conf -> 1.3

flyspray.conf [new file with mode: 0644]

diff --git a/flyspray.conf b/flyspray.conf
new file mode 100644 (file)
index 0000000..4752fe6
--- /dev/null
@@ -0,0 +1,21 @@
+; <?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/pear/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
This page took 0.100697 seconds and 4 git commands to generate.