cloudcmd/json/config.json
2013-09-18 14:33:40 +00:00

22 lines
640 B
JSON

{
"api_url" : "/api/v1",
"appcache" : false,
"analytics" : true,
"localStorage" : true,
"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
}