freebsd-ports/deskutils/horde4-mnemo/files/patch-config_conf.php.dist
Edwin Groothuis 956668e909 New port: deskutils/mnemo, a web-based notes and memos application.
Mnemo is the Horde notes and memos application. It lets
	users keep free-text notes and other bits of information
	which doesn't fit as a contact, a todo item, an event, etc.
	It is very similar in functionality to the Palm Memo
	application.

PR:		ports/39204
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-01-18 05:34:21 +00:00

21 lines
902 B
Text

--- config/conf.php.dist.orig Mon Apr 22 20:39:23 2002
+++ config/conf.php.dist Sun May 19 11:10:29 2002
@@ -42,12 +42,12 @@
// Below is an example configuration for an sql driver, in this case
// MySQL.
$conf['storage']['params'] = array();
-// $conf['storage']['params']['phptype'] = 'mysql';
-// $conf['storage']['params']['hostspec'] = 'localhost';
-// $conf['storage']['params']['username'] = 'horde';
-// $conf['storage']['params']['password'] = '*****';
-// $conf['storage']['params']['database'] = 'horde';
-// $conf['storage']['params']['table'] = 'mnemo_memos';
+$conf['storage']['params']['phptype'] = 'mysql';
+$conf['storage']['params']['hostspec'] = 'localhost';
+$conf['storage']['params']['username'] = 'hordemgr';
+$conf['storage']['params']['password'] = 'hordemgr';
+$conf['storage']['params']['database'] = 'horde';
+$conf['storage']['params']['table'] = 'mnemo_memos';
/**