mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 15:51:16 +01:00
ce731e7d6b
Also - Fixed screenshot tests - Fixed code coverage - Removed appveyor - Removed circleci - Updated wdio related dependencies - Added docker image deploy to the GitHub registry
7 lines
179 B
JavaScript
7 lines
179 B
JavaScript
var config = {};
|
|
var testNetwork = process.env.TEST_NETWORK || "localhost";
|
|
|
|
config.port = 9001;
|
|
config.baseUrl = "http://"+testNetwork+":"+config.port;
|
|
|
|
module.exports = config;
|