2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-12 00:06:36 +00:00

DNS Multitenancy by default

This commit is contained in:
Valmik Jangla 2016-06-20 11:57:11 +05:30
parent 0c0144021b
commit e9b449dfb7

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