gitit-0.4.1: data/SampleConfig.hs
Config {
repositoryPath = "wikidata",
userFile = "gitit-users",
templateFile = "template.html",
staticDir = "static",
tableOfContents = False,
maxUploadSize = 100000,
portNumber = 5001,
debugMode = True,
frontPage = "Front Page",
noEdit = ["Help", "Front Page"],
noDelete = ["Help", "Front Page"],
accessQuestion = Just ("Enter the access code (to request an access code, contact me@somewhere.org):", ["abcd"]),
useRecaptcha = False,
recaptchaPublicKey = "",
recaptchaPrivateKey = ""
}