make it more flexible
This commit is contained in:
parent
cb3b9b7885
commit
c7d947bcb1
@ -5,7 +5,7 @@ USER=root
|
|||||||
USER_ID=0
|
USER_ID=0
|
||||||
PASSWORD=hive
|
PASSWORD=hive
|
||||||
BINARY=hive
|
BINARY=hive
|
||||||
TARGET_IP=10.10.10.125
|
TARGET_IP=${TARGET_IP-10.10.10.125}
|
||||||
TARGET_SSH_PORT=22
|
TARGET_SSH_PORT=22
|
||||||
TARGET_DEBUG_PORT=3768
|
TARGET_DEBUG_PORT=3768
|
||||||
RUN_OPTIONS=-qmljsdebugger=port:$TARGET_DEBUG_PORT
|
RUN_OPTIONS=-qmljsdebugger=port:$TARGET_DEBUG_PORT
|
||||||
|
|||||||
Reference in New Issue
Block a user