diff --git a/bench/config/common_site_config.py b/bench/config/common_site_config.py index cc073916..693c02c9 100644 --- a/bench/config/common_site_config.py +++ b/bench/config/common_site_config.py @@ -8,7 +8,8 @@ default_config = { 'update_bench_on_update': True, 'frappe_user': getpass.getuser(), 'shallow_clone': True, - 'background_workers': 1 + 'background_workers': 1, + 'dns_multitenant': True } def make_config(bench_path):