Skip to content

Commit

Permalink
Item14530: un-comment path settings.
Browse files Browse the repository at this point in the history
If these are not bootstrapped, then they should not be commented.  Only
settings explicitly bootstrapped should be commented out.
  • Loading branch information
gac410 committed Nov 21, 2017
1 parent 4277a98 commit 2861314
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions core/lib/Foswiki.spec
Original file line number Diff line number Diff line change
Expand Up @@ -139,34 +139,34 @@ $Foswiki::cfg{PermittedRedirectHostUrls} = '';

# **PATH LABEL="Script Directory" FEEDBACK="icon='ui-icon-check';label='Validate Permissions'; method='validate_permissions';title='Validate file permissions.'" CHECK="noemptyok perms:Dx,'(.txt|.cfg)$'" **
# This is the file system path used to access the Foswiki bin directory.
# $Foswiki::cfg{ScriptDir} = '$Foswiki::cfg{RootDir}/bin';
$Foswiki::cfg{ScriptDir} = '$Foswiki::cfg{RootDir}/bin';

# **PATH LABEL="Pub Directory" FEEDBACK="icon='ui-icon-check';label='Validate Permissions'; method='validate_permissions';title='Validate file permissions. WARNING: this may take a long time on a large system'" CHECK="noemptyok perms:r,'*',wDn,'(,v|,pfv)$'" **
# Attachments store (file path, not URL), must match the attachments URL
# path =/foswiki/pub= - for example =/usr/local/foswiki/pub= This directory is
# normally accessible from the web.
# $Foswiki::cfg{PubDir} = '$Foswiki::cfg{RootDir}/pub';
$Foswiki::cfg{PubDir} = '$Foswiki::cfg{RootDir}/pub';

# **PATH LABEL="Data Directory" FEEDBACK="icon='ui-icon-check';label='Validate Permissions'; method='validate_permissions';title='Validate file permissions. WARNING: this may take a long time on a large system'" CHECK="noemptyok perms:rwDnpd,'(,v|,pfv)$',r" **
# Topic files store (file path, not URL). For example =/usr/local/foswiki/data=.
# This directory must not be web accessible.
# $Foswiki::cfg{DataDir} = '$Foswiki::cfg{RootDir}/data';
$Foswiki::cfg{DataDir} = '$Foswiki::cfg{RootDir}/data';

# **PATH LABEL="Tools Directory" FEEDBACK="icon='ui-icon-check';label='Validate Permissions'; method='validate_permissions'" CHECK="noemptyok perms:rD" **
# File path to tools directory. For example =/usr/local/foswiki/tools=.
# This directory must not be web accessible.
# $Foswiki::cfg{ToolsDir} = '$Foswiki::cfg{RootDir}/tools';
$Foswiki::cfg{ToolsDir} = '$Foswiki::cfg{RootDir}/tools';

# **PATH LABEL="Template Directory" FEEDBACK="icon='ui-icon-check';label='Validate Permissions'; method='validate_permissions'" CHECK="noemptyok perms:rD" **
# File path to templates directory. For example =/usr/local/foswiki/templates=.
# This directory must not be web accessible.
# $Foswiki::cfg{TemplateDir} = '$Foswiki::cfg{RootDir}/templates';
$Foswiki::cfg{TemplateDir} = '$Foswiki::cfg{RootDir}/templates';

# **PATH LABEL="Locales Directory" FEEDBACK="icon='ui-icon-check';label='Validate Permissions'; method='validate_permissions'" CHECK="noemptyok perms:rD" **
# File path to locale directory.
# For example =/usr/local/foswiki/locale=.
# This directory must not be web accessible.
# $Foswiki::cfg{LocalesDir} = '$Foswiki::cfg{RootDir}/locale';
$Foswiki::cfg{LocalesDir} = '$Foswiki::cfg{RootDir}/locale';

# **PATH LABEL="Working Directory" ONSAVE FEEDBACK="icon='ui-icon-check';label='Validate Permissions'; method='validate_permissions'" CHECK="noemptyok perms:rw,'[\//]README$',r" **
# Directory where Foswiki stores files that are required for the management
Expand All @@ -190,7 +190,7 @@ $Foswiki::cfg{PermittedRedirectHostUrls} = '';
# * ={WorkingDir}/registration_approvals= - this is used by the
# default Foswiki registration process to store registrations that
# are pending verification.
# $Foswiki::cfg{WorkingDir} = '$Foswiki::cfg{RootDir}/working';
$Foswiki::cfg{WorkingDir} = '$Foswiki::cfg{RootDir}/working';

# **PATH LABEL="Safe PATH" CHECK='undefok'**
# You can override the default PATH setting to control
Expand Down

0 comments on commit 2861314

Please sign in to comment.