mirror of
https://github.com/maputnik/editor.git
synced 2026-06-09 08:47:26 +00:00
Updated web driver config.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
var config = {};
|
||||
|
||||
config.port = 9001;
|
||||
config.baseUrl = "http://localhost:"+config.port;
|
||||
|
||||
module.exports = config;
|
||||
Reference in New Issue
Block a user