mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 18:21:17 +01: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;
|