maputnik/test/config/specs.js

7 lines
114 B
JavaScript
Raw Normal View History

2017-04-04 16:51:30 +02:00
var config = {};
config.port = 9001;
config.baseUrl = "http://localhost:"+config.port;
module.exports = config;