mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(json) rm " "
This commit is contained in:
parent
8b779c9204
commit
da0a2a549d
1 changed files with 23 additions and 23 deletions
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"api_url" : "/api/v1",
|
||||
"appcache" : false,
|
||||
"analytics" : true,
|
||||
"localStorage" : true,
|
||||
"minification" : {
|
||||
"js" : true,
|
||||
"css" : true,
|
||||
"html" : true,
|
||||
"img" : true
|
||||
},
|
||||
"online" : true,
|
||||
"cache" : true,
|
||||
"logs" : false,
|
||||
"show_keys_panel" : true,
|
||||
"server" : true,
|
||||
"socket" : true,
|
||||
"port" : 8000,
|
||||
"sslPort" : 4430,
|
||||
"ip" : null,
|
||||
"ssl" : false,
|
||||
"rest" : true
|
||||
}
|
||||
{
|
||||
"api_url": "/api/v1",
|
||||
"appcache": false,
|
||||
"analytics": true,
|
||||
"localStorage": true,
|
||||
"minification": {
|
||||
"js": true,
|
||||
"css": true,
|
||||
"html": true,
|
||||
"img": true
|
||||
},
|
||||
"online": true,
|
||||
"cache": true,
|
||||
"logs": false,
|
||||
"show_keys_panel": true,
|
||||
"server": true,
|
||||
"socket": true,
|
||||
"port": 31337,
|
||||
"sslPort": 4430,
|
||||
"ip": null,
|
||||
"ssl": false,
|
||||
"rest": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue