2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 23:48:24 +00:00

DNS Multitenancy by default (#324)

* dns multitenant by default

* [fix] silly typo
This commit is contained in:
Valmik 2016-10-06 14:50:46 +05:30 committed by Rushabh Mehta
parent 9fd73a738e
commit 888b72ca91

View File

@ -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):