[Phphtmllib-devel] SF.net SVN: phphtmllib:[3332] trunk/open2300/lib/config.inc
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-02-21 19:56:40
|
Revision: 3332 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3332&view=rev Author: hemna Date: 2010-02-21 19:56:31 +0000 (Sun, 21 Feb 2010) Log Message: ----------- updates Modified Paths: -------------- trunk/open2300/lib/config.inc Modified: trunk/open2300/lib/config.inc =================================================================== --- trunk/open2300/lib/config.inc 2010-02-21 19:54:38 UTC (rev 3331) +++ trunk/open2300/lib/config.inc 2010-02-21 19:56:31 UTC (rev 3332) @@ -9,7 +9,7 @@ $GLOBALS['config'] = Config::singleton(); $config->set('widget_image_path', '/images/widgets'); -$config->set('file_cache_dir', '/home/waboring/devel/workspace/open2300/cache'); +$config->set('file_cache_dir', '/home/waboring/devel/mine/wx.hemna.com/cache'); $config->set('controller_request_debug', 0); $config->set('cache_enabled', 1); $config->set('uncaught_exception_trace_depth', '5'); @@ -20,12 +20,28 @@ $config->set('DB_HOST', 'localhost'); $config->set('DB_PORT', '3306'); $config->set('DB_NAME', 'open2300'); -$config->set('DB_USERNAME', ''); -$config->set('DB_PASSWORD', ''); +$config->set('DB_USERNAME', 'open2300'); +$config->set('DB_PASSWORD', 'mywxstation'); //allow page caching? $config->set('page_cache_enabled', 0); +//app specific settings +$config->set('station_name', 'HEMNA'); +//this should just be the host +$config->set('remote_server_name', 'wxtest.hemna.com'); + +$config->set('has_date_time', true); + +$GLOBALS['config']->set('db_debug', false); + + +//the directory on the gentoo box that the camera +//dumps the images. +$config->set('imagesdir', "/home/waboring/wxcam"); +//the video dir where the movies go on hosting provider +$config->set('videodir', realpath($GLOBALS["path_base"])."/htdocs/video"); + ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |