Added apiPath to config file.
This commit is contained in:
parent
7ade83ae74
commit
1786501b10
2
conf.php
2
conf.php
|
@ -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