[system] / trunk / webwork-modperl / conf / database.conf.dist Repository:
ViewVC logotype

Diff of /trunk/webwork-modperl/conf/database.conf.dist

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1701 Revision 1787
1#!perl 1#!perl
2################################################################################ 2################################################################################
3# WeBWorK Online Homework Delivery System 3# WeBWorK Online Homework Delivery System
4# Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ 4# Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/
5# $CVSHeader: webwork-modperl/conf/database.conf.dist,v 1.3 2004/01/05 00:10:18 sh002i Exp $ 5# $CVSHeader: webwork-modperl/conf/database.conf.dist,v 1.4 2004/01/05 00:11:07 sh002i Exp $
6# 6#
7# This program is free software; you can redistribute it and/or modify it under 7# This program is free software; you can redistribute it and/or modify it under
8# the terms of either: (a) the GNU General Public License as published by the 8# the terms of either: (a) the GNU General Public License as published by the
9# Free Software Foundation; either version 2, or (at your option) any later 9# Free Software Foundation; either version 2, or (at your option) any later
10# version, or (b) the "Artistic License" which comes with this package. 10# version, or (b) the "Artistic License" which comes with this package.
172 $dbLayout{problem}->{params}->{globalUserID} = "some_user"; 172 $dbLayout{problem}->{params}->{globalUserID} = "some_user";
173 173
174=cut 174=cut
175 175
176my %gdbmGlobalTableParams = ( 176my %gdbmGlobalTableParams = (
177 globalUserID => "professor", 177 globalUserID => "globaluser",
178); 178);
179 179
180my %gdbmUserSpecificTableParams = ( 180my %gdbmUserSpecificTableParams = (
181 psvnLength => 5, 181 psvnLength => 5,
182); 182);

Legend:
Removed from v.1701  
changed lines
  Added in v.1787

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9