adminemail => 'me@example.org',
# Be sure to customise these..
- srcdir => "in",
- destdir => "/tmp/postaltest-wiki",
+ srcdir => $ENV{PWD}."/test-src",
+ destdir => "/tmp/postal-test",
url => "file:///tmp/postaltest-wiki/",
#cgiurl => "http://example.org/wiki/ikiwiki.cgi",
#svnpath => "trunk",
# Git stuff.
- #rcs => "git",
+ rcs => "git",
#historyurl => "http://git.example.org/gitweb.cgi?p=wiki.git;a=history;f=[[file]]",
#diffurl => "http://git.example.org/gitweb.cgi?p=wiki.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
- #gitorigin_branch => "origin",
- #gitmaster_branch => "master",
+ gitorigin_branch => "origin",
+ gitmaster_branch => "master",
# Tla stuff.
#rcs => "tla"
# For use with the attachment plugin, a program that returns
# nonzero if its standard input contains an virus.
#virus_checker => "clamdscan -",
- postal_prefix=>"user-testwiki-",
+ postal_prefix=>"auser-testwiki-",
postal_host=>"we.love.spam.com"
}