6 lines
110 B
Bash
6 lines
110 B
Bash
|
# Cucumber
|
||
|
SELENIUM_SERVER_URL="http://10.2.1.4:4444"
|
||
|
|
||
|
# Application
|
||
|
HOST_IP="http://10.2.1.2"
|
||
|
APP_PORT="3000"
|