Added apiPath to config file.

This commit is contained in:
paul.baranowski 2010-11-18 18:01:20 -05:00
parent 7ade83ae74
commit 1786501b10
1 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,7 @@ $CC_CONFIG = array(
/* ================================================ storage configuration */
'apiKey' => array('AAA'),
// main directory for storing binary media files
'storageDir' => dirname(__FILE__).'/stor',
@ -45,7 +45,7 @@ $CC_CONFIG = array(
'zendPath' => dirname(__FILE__).'/3rd_party/php/Zend',
'phingPath' => dirname(__FILE__).'/3rd_party/php/phing',
'LogPath' => dirname(__FILE__).'/3rd_party/php/Log',
// secret token cookie name
'authCookieName'=> 'campcaster_session_id',
@ -76,6 +76,8 @@ $CC_CONFIG = array(
'storageUrlHost' => 'localhost',
'storageUrlPort' => 80,
'apiPath' => '/campcaster/api/',
/* ================================================ remote link configuration */
// path-URL-part of remote server base dir
'archiveUrlPath' => '/campcaster/backend',