Large refactoring of usage (only mbtiles, default styles, ...) (#27)

This commit is contained in:
Petr Sloup
2016-08-20 13:31:11 +02:00
parent 3cf8ce9903
commit b4d6490e00
7 changed files with 174 additions and 32 deletions

View File

@@ -7,7 +7,7 @@ before(function() {
console.log('global setup');
process.chdir('test_data');
var running = require('../src/server')({
config: 'config.json',
configPath: 'config.json',
port: 8888
});
global.app = running.app;