cloudcmd/config.json
2012-09-21 06:11:05 -04:00

14 lines
No EOL
293 B
JSON

{
"cache" : {"allowed" : false},
"appcache" : false,
"minification" : {
"js" : false,
"css" : true,
"html" : true,
"img" : true
},
"server" : true,
"logs" : false,
"port" : 31337,
"ip" : "127.0.0.1"
}