the birth of a config file

This commit is contained in:
booo 2011-01-20 22:45:31 +01:00
parent 78ffda97a0
commit 354fc01b11
2 changed files with 6 additions and 0 deletions

5
config.js Normal file
View File

@ -0,0 +1,5 @@
exports.styles = [{
'name' : 'testing',
'file' : 'mapnik.xml',
//add some values for e.g. expire
} ];

View File

@ -1,3 +1,4 @@
var config = require('./config'); //include config file
var mapnik = require('mapnik');
var TC = require('./node-tokyocabinet/build/default/tokyocabinet');