feature(config) api_url -> apiURL

This commit is contained in:
coderaiser 2013-11-11 13:11:23 +00:00
parent c91187fed5
commit 6d765e3809

View file

@ -145,7 +145,7 @@ All main configuration could be done via [config.json](json/config.json "Config"
```js
{
"api_url" :"/api/v1",
"apiURL" :"/api/v1",
"appCache" : false, /* cache files for offline use */
"analytics" : true, /* google analytics suport */
"localStorage" : true, /* cache directory data */