view doc/roundup-server.ini.example @ 3929:a472391156ae

mysql table creation syntax change The MySQL people gratuitously changed the syntax for specifying the storage engine a while back and the current alpha drops support for the old syntax. This patch changes TYPE to ENGINE in the mysql backend and updates the documentation to show that we require MySQL 4.0.18 because of that. I also removed a note in the mysql docs about a bug in InnoDB that has been fixed as of the required version. This fixes [SF#1727529]
author Justus Pendleton <jpend@users.sourceforge.net>
date Fri, 28 Sep 2007 15:26:10 +0000
parents 679118b572d5
children 96dc9f07340a
line wrap: on
line source

; This is a sample configuration file for roundup-server. See the
; admin_guide for information about its contents.
[main]
port = 8080
;hostname = 
;user = 
;group = 
;log_ip = yes
;pidfile = 
;logfile = 
;template =
;ssl = no
;pem =


; Add one of these per tracker being served
[trackers]
home = /path/to/tracker


Roundup Issue Tracker: http://roundup-tracker.org/