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:
parent
9fd73a738e
commit
888b72ca91
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user