SOURCES: flyspray.conf (NEW) - default config file for flyspray added

heretyk heretyk at pld-linux.org
Sun Jul 24 13:32:37 CEST 2005


Author: heretyk                      Date: Sun Jul 24 11:32:37 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- default config file for flyspray added

---- Files affected:
SOURCES:
   flyspray.conf (1.2 -> 1.3)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/flyspray.conf
diff -u /dev/null SOURCES/flyspray.conf:1.3
--- /dev/null	Sun Jul 24 13:32:37 2005
+++ SOURCES/flyspray.conf	Sun Jul 24 13:32:32 2005
@@ -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
================================================================



More information about the pld-cvs-commit mailing list