Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"TYPESCRIPT_COMPILER_OPTIONS": {},
"CI_LOGGER": false,
"ANDROID_DEBUG_UI_MAC": "Google Chrome",
"USE_POD_SANDBOX": false,
"USE_POD_SANDBOX": true,
"DISABLE_HOOKS": false
}
2 changes: 1 addition & 1 deletion lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class Configuration extends ConfigBase implements IConfiguration { // Use
TYPESCRIPT_COMPILER_OPTIONS = {};
USE_PROXY = false;
ANDROID_DEBUG_UI: string = null;
USE_POD_SANDBOX: boolean = false;
USE_POD_SANDBOX: boolean = true;
debugLivesync: boolean = false;

/*don't require logger and everything that has logger as dependency in config.js due to cyclic dependency*/
Expand Down