enable cors and bump version used
This commit is contained in:
parent
33493081ef
commit
306eb7aaf2
@ -6,7 +6,8 @@ module.exports = function(){
|
||||
var me = {
|
||||
base_url: '/tiles/:table',
|
||||
grainstore: {datasource: global.environment.postgres},
|
||||
redis: global.environment.redis
|
||||
redis: global.environment.redis,
|
||||
enable_cors: true
|
||||
};
|
||||
|
||||
/**
|
||||
|
@ -16,7 +16,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"underscore" : "1.1.x",
|
||||
"windshaft" : "0.0.8",
|
||||
"windshaft" : "0.0.9",
|
||||
"step": "0.0.x",
|
||||
"generic-pool": "1.0.x",
|
||||
"redis": "0.6.7",
|
||||
|
Loading…
Reference in New Issue
Block a user