projects
/
vserverctl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ad1c18
)
Use generic username
author
Nigel McNie
<nigel@catalyst.net.nz>
Mon, 14 May 2007 10:42:14 +0000
(22:42 +1200)
committer
Nigel McNie
<nigel@freud.wgtn.cat-it.co.nz>
Mon, 14 May 2007 10:42:14 +0000
(22:42 +1200)
profile/mahara-dev/data/config.php
patch
|
blob
|
history
diff --git
a/profile/mahara-dev/data/config.php
b/profile/mahara-dev/data/config.php
index f9139d4cfaaa7953c788d9a48a42a51bd2998f2a..62490ef35dc0043dffefbf2ddef9acb106777668 100644
(file)
--- a/
profile/mahara-dev/data/config.php
+++ b/
profile/mahara-dev/data/config.php
@@
-32,7
+32,7
@@
$cfg->dbtype = 'postgres8';
$cfg->dbhost = 'pg81';
$cfg->dbport = 5432;
$cfg->dbname = '__VSNAME__';
-$cfg->dbuser = '
martyn
';
+$cfg->dbuser = '
general
';
$cfg->dbpass = '';
$cfg->dbprefix = '';