diff options
Diffstat (limited to 'deskutils/horde-mnemo/files/patch-config_conf.php.dist')
-rw-r--r-- | deskutils/horde-mnemo/files/patch-config_conf.php.dist | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/deskutils/horde-mnemo/files/patch-config_conf.php.dist b/deskutils/horde-mnemo/files/patch-config_conf.php.dist new file mode 100644 index 000000000000..d3a504dd3711 --- /dev/null +++ b/deskutils/horde-mnemo/files/patch-config_conf.php.dist @@ -0,0 +1,21 @@ +--- 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'; + + + /** |