2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 12:39:01 +00:00

Merge pull request #242 from vjFaLk/dns-fix

DNS Multitenancy by default
This commit is contained in:
Anand Doshi 2016-06-24 11:49:44 +05:30 committed by GitHub
commit cc2f948a68

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