mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(config) api_url -> apiURL
This commit is contained in:
parent
c91187fed5
commit
6d765e3809
1 changed files with 1 additions and 1 deletions
2
HELP.md
2
HELP.md
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue