feat: enable_api_rr_history setting (#998)

* feat: introduce enable_api_rr_history setting to disable api record
changes
This commit is contained in:
Vitali Quiering
2021-11-05 16:26:38 +01:00
committed by GitHub
parent 20b866a784
commit e7d5a3aba0
3 changed files with 24 additions and 22 deletions

View File

@ -29,6 +29,7 @@ class Setting(db.Model):
'allow_user_remove_domain': False,
'allow_user_view_history': False,
'bg_domain_updates': False,
'enable_api_rr_history': True,
'site_name': 'PowerDNS-Admin',
'site_url': 'http://localhost:9191',
'session_timeout': 10,