cache enabled in settings

This commit is contained in:
Simon Tokumine 2012-05-01 19:02:50 +01:00
parent d1226992c3
commit d5759db8ca
3 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,7 @@ var config = {
,port: 8181
,host: '127.0.0.1'
,enable_cors: true
,cache_enabled: false
,postgres: {
type: "postgis",
user: "tileuser",

View File

@ -3,6 +3,7 @@ var config = {
,port: 8181
,host: '127.0.0.1'
,enable_cors: true
,cache_enabled: true
,postgres: {
user: "tileuser",
host: '127.0.0.1',

View File

@ -1,8 +1,9 @@
var config = {
environment: 'test'
,port: 8080
,port: 8888
,host: '127.0.0.1'
,enable_cors: true
,cache_enabled: true
,postgres: {
user: "tileuser",
host: '127.0.0.1',