Added custom header in created_by segment option

This commit is contained in:
Your Name
2023-03-12 13:36:30 +00:00
parent b8ab0d3478
commit ee68b18e27
3 changed files with 15 additions and 5 deletions

View File

@@ -28,7 +28,8 @@ class Setting(db.Model):
'allow_user_create_domain': False,
'allow_user_remove_domain': False,
'allow_user_view_history': False,
'delete_sso_accounts': False,
'delete_sso_accounts': False,
'custom_history_header': '',
'bg_domain_updates': False,
'enable_api_rr_history': True,
'preserve_history': False,