# This is LocalLib.cfg. It contains the basic paths for your local
# TWiki site.
$twikiLibPath = '/var/www/twiki/lib';
# PublishContrib variables (-jd):
$TWiki::cfg{PublishContrib}{Dir} = "/var/www/twikihtml/";
$TWiki::cfg{PublishContrib}{URL} = "/twiki/bin/view/";
# Environment/user variables for WebAuth:
# $ENV{REMOTE_USER} ||= $ENV{WEBAUTH_USER};
# Escape the "@" in Kerberos principals (for WebAuth):
# $ENV{REMOTE_USER} =~ tr/@/_/;
#
# added 'SystemWebName' variable to troubleshoot errors (-jd):
$TWiki::cfg{SystemWebName} = 'TWiki';
#