[system] / trunk / webwork2 / conf / database.conf.dist Repository:
ViewVC logotype

Diff of /trunk/webwork2/conf/database.conf.dist

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

Revision 1699 Revision 1700
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.1 2004/01/03 20:07:02 sh002i Exp $ 5# $CVSHeader: webwork-modperl/conf/database.conf.dist,v 1.2 2004/01/04 07:20:33 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 => "professor",
178); 178);
179 179
180my %gdbmUserSpecificTableParams = ( 180my %gdbmUserSpecificTableParams = (
181 psvnLength => 5; 181 psvnLength => 5,
182); 182);
183 183
184$dbLayouts{gdbm} = { 184$dbLayouts{gdbm} = {
185 password => { 185 password => {
186 record => "WeBWorK::DB::Record::Password", 186 record => "WeBWorK::DB::Record::Password",

Legend:
Removed from v.1699  
changed lines
  Added in v.1700

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9