removed allowed from cache property in config

This commit is contained in:
coderaiser 2013-01-29 05:27:33 -05:00
parent 1907d9e700
commit d3e749cee1
3 changed files with 17 additions and 16 deletions

View file

@ -1,7 +1,7 @@
{
"api_url" : "/api/v1",
"appcache" : false,
"cache" : {"allowed" : false},
"cache" : false,
"minification" : {
"js" : false,
"css" : false,