You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .env.sample
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,4 +23,5 @@ DROIDGROUND_TERMINAL_DISABLED=false # Feature enabled by default if not set othe
23
23
DROIDGROUND_RESET_DISABLED=false# Feature enabled by default if not set otherwise
24
24
DROIDGROUND_EXPLOIT_APP_DURATION=10# The time (in seconds) the exploit app will be active before the target app is restarted. This field makes sense only if the App Manager is enabled. Default value is 10
25
25
DROIDGROUND_NUM_TEAMS=0# Number of teams playing, this enables the usage of team-based tokens/keys to lock down the usage of installed apps and log servers
26
-
DROIDGROUND_TEAM_TOKEN_1=RANDOMSTRING# Token for team #1, this only makes sense if DROIDGROUND_NUM_TEAMS is higher than 0. If a team token is not explicitly defined it'll be randomly generated on boot and present in the output logs
26
+
DROIDGROUND_TEAM_TOKEN_1=RANDOMSTRING# Token for team #1, this only makes sense if DROIDGROUND_NUM_TEAMS is higher than 0. If a team token is not explicitly defined it'll be randomly generated on boot and present in the output logs
27
+
DROIDGROUND_IP_IFACE=eth0# If this is set the UI will display the IP address associated with it. Useful to provide to the users the IP of the exploit server if dynamic. Empty by default
0 commit comments