mirror of
https://github.com/maputnik/editor.git
synced 2025-12-24 23:20:00 +00:00
7 lines
114 B
JavaScript
7 lines
114 B
JavaScript
var config = {};
|
|
|
|
config.port = 9001;
|
|
config.baseUrl = "http://localhost:"+config.port;
|
|
|
|
module.exports = config;
|