aboutsummaryrefslogtreecommitdiff
path: root/e2e/web-server/url.js
blob: 37f3d84947f6a9dfde2fde47417178f862277831 (plain) (blame)
1
2
3
4
5
module.exports = {
  PORT: 11111,
  HOST: '127.0.0.1',
  CLIENT_URL: 'http://127.0.0.1:11111',
}