mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
20 lines
568 B
JSON
20 lines
568 B
JSON
{
|
|
"api_url" : "/api/v1",
|
|
"appcache" : false,
|
|
"minification" : {
|
|
"js" : true,
|
|
"css" : true,
|
|
"html" : true,
|
|
"img" : true
|
|
},
|
|
"cache" : true,
|
|
"logs" : false,
|
|
"show_keys_panel" : true,
|
|
"server" : true,
|
|
"socket" : true,
|
|
"port" : 8000,
|
|
"sslPort" : 4430,
|
|
"ip" : null,
|
|
"ssl" : false,
|
|
"rest" : true
|
|
}
|