mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(config) rm win "\n"
This commit is contained in:
parent
e77f6ff560
commit
9ecddd7eba
1 changed files with 18 additions and 18 deletions
|
|
@ -1,18 +1,18 @@
|
|||
{
|
||||
"api_url": "/api/v1",
|
||||
"appcache": false,
|
||||
"analytics": true,
|
||||
"localStorage": true,
|
||||
"minify": 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,
|
||||
"minify": false,
|
||||
"online": true,
|
||||
"cache": true,
|
||||
"logs": false,
|
||||
"show_keys_panel": true,
|
||||
"server": true,
|
||||
"socket": true,
|
||||
"port": 8000,
|
||||
"sslPort": 4430,
|
||||
"ip": null,
|
||||
"ssl": false,
|
||||
"rest": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue