Skip to content

Commit 7ff7031

Browse files
author
dlglin
committed
Move the path to the problem library from defaults.config to site.conf
1 parent d004c10 commit 7ff7031

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

conf/defaults.config

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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";

conf/site.conf.dist

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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
################################################################################

0 commit comments

Comments
 (0)