This commit is contained in:
Bakhai Support 2025-06-16 19:27:16 +05:30
commit 2a6e54a3f0
6 changed files with 33 additions and 9 deletions

View file

@ -126,6 +126,11 @@ _default_options_objects = [
'default_value': 500,
'value_type': 'int'
},
{
'name': 'FRONTEND_TITLE',
'default_value': '',
'value_type': 'str'
},
{
'name': 'API_KEYS',
'default_value': False,