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

chore: Remove deprecated option from config template

This commit is contained in:
Gavin D'souza 2021-05-10 14:51:52 +05:30
parent 096c2cfe6b
commit f46126ce2b

View File

@ -8,7 +8,6 @@ import os
default_config = {
'restart_supervisor_on_update': False,
'restart_systemd_on_update': False,
'auto_update': False,
'serve_default_site': True,
'rebase_on_pull': False,
'frappe_user': getpass.getuser(),