maputnik/test/specs/config.js
2017-04-04 15:51:30 +01:00

6 lines
114 B
JavaScript

var config = {};
config.port = 9001;
config.baseUrl = "http://localhost:"+config.port;
module.exports = config;