mirror of
https://github.com/frappe/bench.git
synced 2024-11-17 02:25:16 +00:00
chore: Remove deprecated option from config template
This commit is contained in:
parent
096c2cfe6b
commit
f46126ce2b
@ -8,7 +8,6 @@ import os
|
|||||||
default_config = {
|
default_config = {
|
||||||
'restart_supervisor_on_update': False,
|
'restart_supervisor_on_update': False,
|
||||||
'restart_systemd_on_update': False,
|
'restart_systemd_on_update': False,
|
||||||
'auto_update': False,
|
|
||||||
'serve_default_site': True,
|
'serve_default_site': True,
|
||||||
'rebase_on_pull': False,
|
'rebase_on_pull': False,
|
||||||
'frappe_user': getpass.getuser(),
|
'frappe_user': getpass.getuser(),
|
||||||
|
Loading…
Reference in New Issue
Block a user