mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 17:24:41 +00:00
DNS Multitenancy by default
This commit is contained in:
parent
0c0144021b
commit
e9b449dfb7
@ -8,7 +8,8 @@ default_config = {
|
|||||||
'update_bench_on_update': True,
|
'update_bench_on_update': True,
|
||||||
'frappe_user': getpass.getuser(),
|
'frappe_user': getpass.getuser(),
|
||||||
'shallow_clone': True,
|
'shallow_clone': True,
|
||||||
'background_workers': 1
|
'background_workers': 1,
|
||||||
|
'dns_multitenant': True
|
||||||
}
|
}
|
||||||
|
|
||||||
def make_config(bench_path):
|
def make_config(bench_path):
|
||||||
|
Loading…
Reference in New Issue
Block a user