view doc/roundup-server.ini.example @ 4557:33a1f03b9de0

Remove $-cookies that have been misleading since roundup moved off CVS. One of these, a $Date$ cookie, might accidentally expanded correctly by Subversion *if* keyword expansion was enabled on that file; but judging by the ancientness of the date, it probably wasn't. In any case, git doesn't do any keyword expansion at all, so there isn't an equivalent to translate these into.
author Eric S. Raymond <esr@thyrsus.com>
date Mon, 31 Oct 2011 17:48:11 -0400
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/