mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 15:51:16 +01:00
6 lines
114 B
JavaScript
6 lines
114 B
JavaScript
var config = {};
|
|
|
|
config.port = 9001;
|
|
config.baseUrl = "http://localhost:"+config.port;
|
|
|
|
module.exports = config;
|