Set 'base_url_notable' config for Windshaft-0.9 (multilayer)
This commit is contained in:
parent
c3f53a7987
commit
9dcf6a1acf
@ -8,6 +8,7 @@ var _ = require('underscore')
|
|||||||
module.exports = function(){
|
module.exports = function(){
|
||||||
var me = {
|
var me = {
|
||||||
base_url: '/tiles/:table',
|
base_url: '/tiles/:table',
|
||||||
|
base_url_notable: '/tiles',
|
||||||
grainstore: {
|
grainstore: {
|
||||||
datasource: global.environment.postgres,
|
datasource: global.environment.postgres,
|
||||||
cachedir: global.environment.millstone.cache_basedir,
|
cachedir: global.environment.millstone.cache_basedir,
|
||||||
|
Loading…
Reference in New Issue
Block a user