# TWiki custom configuration # ---- Windows paths should normally be written as "c:/foo" not "c:\foo" # ---- (which doesn't do what you may think it does). You can use '\' # ---- without problems inside single quotes, e.g. 'c:\foo'. # URL for TWiki host : (e.g. "http://myhost.com:123") $defaultUrlHost = "http://your.domain.com"; # %SCRIPTURLPATH% : cgi-bin URL path for TWiki: $scriptUrlPath = "/twiki/bin"; # %PUBURLPATH% : Public data URL path for TWiki (root of attachments) : $pubUrlPath = "/twiki/pub"; # Public data directory (file path not URL), must match $pubUrlPath : $pubDir = "/home/httpd/twiki/pub"; # Template directory : $templateDir = "/home/httpd/twiki/templates"; # Data (topic files) root directory (file path not URL): $dataDir = "/home/httpd/twiki/data"; # Log directory for log files, debug and warning files. Default "$dataDir" : $logDir = "$dataDir";