Created
December 26, 2014 21:50
-
-
Save ddd1600/bbd25dd849f44b84841b to your computer and use it in GitHub Desktop.
tairu configuration & launch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
layers = { | |
'geo' => { | |
'provider' => 'mbtiles', | |
'tileset' => 'NorthCharleston.mbtiles', | |
'location' => '~/Documents/MapBox/export', | |
'format' => 'png' | |
} | |
} | |
cache = { | |
'type' => 'redis', | |
'options' => { | |
'host' => 'localhost', | |
'port' => '3000', | |
'db' => 0 | |
} | |
} | |
Tairu.configure do |config| | |
config.name = 'tairu_config_example' | |
config.layers = layers | |
config.cache = cache | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment