[otrs-cvs] otrs/Kernel Config.pm.dist,1.28,1.29
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel
In directory lancelot:/tmp/cvs-serv32736/Kernel
Modified Files:
Config.pm.dist
Log Message:
Removed single quotes around hash keys because it breaks the unit test setup scripts.
Author: mb
Index: Config.pm.dist
===================================================================
RCS file: /home/cvs/otrs/Kernel/Config.pm.dist,v
retrieving revision 1.28
retrieving revision 1.29
diff -2 -u -d -r1.28 -r1.29
--- Config.pm.dist 4 Feb 2013 15:25:39 -0000 1.28
+++ Config.pm.dist 12 Feb 2013 10:38:24 -0000 1.29
@@ -31,15 +31,15 @@
# The database host
- $Self->{'DatabaseHost'} = 'localhost';
+ $Self->{DatabaseHost} = 'localhost';
# The database name
- $Self->{'Database'} = 'otrs';
+ $Self->{Database} = 'otrs';
# The database user
- $Self->{'DatabaseUser'} = 'otrs';
+ $Self->{DatabaseUser} = 'otrs';
# The password of database user. You also can use bin/otrs.CryptPassword.pl
# for crypted passwords
- $Self->{'DatabasePw'} = 'some-pass';
+ $Self->{DatabasePw} = 'some-pass';
# The database DSN for MySQL ==> more: "perldoc DBD::mysql"
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log