mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
Merge pull request #242 from vjFaLk/dns-fix
DNS Multitenancy by default
This commit is contained in:
commit
cc2f948a68
@ -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…
Reference in New Issue
Block a user