mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
Go back to no host network by default (#1349)
This commit is contained in:
@@ -43,7 +43,7 @@ DEFAULT_CONFIG: dict = {
|
||||
ConfigType.AGENT: 'MonologueAgent',
|
||||
ConfigType.E2B_API_KEY: '',
|
||||
ConfigType.SANDBOX_TYPE: 'ssh', # Can be 'ssh', 'exec', or 'e2b'
|
||||
ConfigType.USE_HOST_NETWORK: 'true',
|
||||
ConfigType.USE_HOST_NETWORK: 'false',
|
||||
ConfigType.SSH_HOSTNAME: 'localhost',
|
||||
ConfigType.DISABLE_COLOR: 'false',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user