From 813ae6564714b8bcd6225d12192e6fc5d28e24e9 Mon Sep 17 00:00:00 2001 From: Nigel McNie Date: Mon, 14 May 2007 22:42:14 +1200 Subject: [PATCH] Use generic username --- profile/mahara-dev/data/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/mahara-dev/data/config.php b/profile/mahara-dev/data/config.php index f9139d4..62490ef 100644 --- 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 = ''; -- 2.39.5