2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 04:29:02 +00:00

Revert "DNS Multitenancy by default" (#328)

This commit is contained in:
Rushabh Mehta 2016-10-08 16:00:19 +05:30 committed by GitHub
parent 015c8d756f
commit 14215b8551

View File

@ -8,8 +8,7 @@ default_config = {
'update_bench_on_update': True,
'frappe_user': getpass.getuser(),
'shallow_clone': True,
'background_workers': 1,
"dns_multitenant": True
'background_workers': 1
}
def make_config(bench_path):