diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-18 05:34:21 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-18 05:34:21 +0000 |
commit | 956668e909dcc6b3353e1104af4ca100e0f93886 (patch) | |
tree | c43bb650834b689fad10dc3d7327e6c9d5de91eb /deskutils/horde-mnemo/files/patch-config_conf.php.dist | |
parent | ac4750b4162935d8620878d35e712ffad7a30e92 (diff) | |
download | ports-956668e909dcc6b3353e1104af4ca100e0f93886.tar.gz ports-956668e909dcc6b3353e1104af4ca100e0f93886.zip |
Notes
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'; + + + /** |