File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -468,9 +468,8 @@ $dbLayoutName = "sql_single";
468468
469469# For configuration instructions, see:
470470# http://webwork.maa.org/wiki/National_Problem_Library
471- # The directory containing the national problem library files. Set to "" if no problem
472- # library is installed.
473- $problemLibrary {root } = " " ;
471+ # Set the location of the library in site.conf
472+ # These values usually do not need to be edited.
474473
475474# Problem Library version (currently version 2).
476475$problemLibrary {version } = " 2" ;
Original file line number Diff line number Diff line change @@ -190,6 +190,17 @@ $mail{smtpSender} = 'webwork@yourserver.yourschool.edu';
190190# Seconds to wait before timing out when connecting to the SMTP server.
191191$mail {smtpTimeout } = 30;
192192
193+ # ###############################################################################
194+ # Problem library options
195+ # ###############################################################################
196+
197+ # For configuration instructions, see:
198+ # http://webwork.maa.org/wiki/National_Problem_Library
199+ # The directory containing the national problem library files - typically
200+ # /opt/webwork/libraries/NationalProblemLibrary
201+ # Set to "" if no problem library is installed.
202+ $problemLibrary {root } = " " ;
203+
193204# ###############################################################################
194205# Time Zone
195206# ###############################################################################
You can’t perform that action at this time.
0 commit comments