mirror of
https://github.com/maputnik/editor.git
synced 2025-12-25 15:40: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;
|