[kronolith] working sample conf.php

Gary Smith gary at primeexalia.com
Sat Aug 2 14:41:24 PDT 2003


The login, password and SQL server need to be tweaked but this is straight form the documents and works for me.  Please print all of the install docs usually located where like product/docs/INSTALL.  They seem to be thorough enough to get it to work for us.

$conf['calendar']['driver'] = 'sql'; 

$conf['calendar']['params']['driver'] = 'mstore'; 

// The mstore driver requires a username and a password that is in 
// /etc/mpasswd in order to access local calendars. 
$conf['calendar']['params']['username'] = ''; 
$conf['calendar']['params']['password'] = ''; 

// This is an example configuration for an sql driver, in this case MySQL. 
$conf['calendar']['params']['phptype'] = 'mysql'; 
$conf['calendar']['params']['hostspec'] = 'yoursqlserverhere; 
$conf['calendar']['params']['username'] = 'horde'; 
$conf['calendar']['params']['password'] = '*****'; 
$conf['calendar']['params']['database'] = 'hordepublic'; 
$conf['calendar']['params']['table'] = 'kronolith_events'; 


$conf['metadata']['keywords'] = false; 


/** 
 ** Menu settings 
 **/ 

$conf['menu']['import_export'] = true; 

$conf['menu']['apps'] = array('imp','turba');

 -----Original Message-----
From: 	Adrian DeBoer [mailto:stud_muffin_540 at yahoo.com] 
Sent:	Friday, August 01, 2003 8:15 PM
To:	kronolith at lists.horde.org
Subject:	[kronolith] working sample conf.php

Can I see someone's working /kronolith/config/conf.php
script??  

Thanks,

Adrian

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

-- 
Kronolith mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: kronolith-unsubscribe at lists.horde.org




More information about the kronolith mailing list