Added apiPath to config file.
This commit is contained in:
parent
7ade83ae74
commit
1786501b10
6
conf.php
6
conf.php
|
@ -24,7 +24,7 @@ $CC_CONFIG = array(
|
||||||
/* ================================================ storage configuration */
|
/* ================================================ storage configuration */
|
||||||
|
|
||||||
'apiKey' => array('AAA'),
|
'apiKey' => array('AAA'),
|
||||||
|
|
||||||
// main directory for storing binary media files
|
// main directory for storing binary media files
|
||||||
'storageDir' => dirname(__FILE__).'/stor',
|
'storageDir' => dirname(__FILE__).'/stor',
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ $CC_CONFIG = array(
|
||||||
'zendPath' => dirname(__FILE__).'/3rd_party/php/Zend',
|
'zendPath' => dirname(__FILE__).'/3rd_party/php/Zend',
|
||||||
'phingPath' => dirname(__FILE__).'/3rd_party/php/phing',
|
'phingPath' => dirname(__FILE__).'/3rd_party/php/phing',
|
||||||
'LogPath' => dirname(__FILE__).'/3rd_party/php/Log',
|
'LogPath' => dirname(__FILE__).'/3rd_party/php/Log',
|
||||||
|
|
||||||
// secret token cookie name
|
// secret token cookie name
|
||||||
'authCookieName'=> 'campcaster_session_id',
|
'authCookieName'=> 'campcaster_session_id',
|
||||||
|
|
||||||
|
@ -76,6 +76,8 @@ $CC_CONFIG = array(
|
||||||
'storageUrlHost' => 'localhost',
|
'storageUrlHost' => 'localhost',
|
||||||
'storageUrlPort' => 80,
|
'storageUrlPort' => 80,
|
||||||
|
|
||||||
|
'apiPath' => '/campcaster/api/',
|
||||||
|
|
||||||
/* ================================================ remote link configuration */
|
/* ================================================ remote link configuration */
|
||||||
// path-URL-part of remote server base dir
|
// path-URL-part of remote server base dir
|
||||||
'archiveUrlPath' => '/campcaster/backend',
|
'archiveUrlPath' => '/campcaster/backend',
|
||||||
|
|
Loading…
Reference in New Issue