diff --git a/conf.php b/conf.php index 7439cb541..f43288408 100644 --- a/conf.php +++ b/conf.php @@ -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',