mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2026-05-30 18:55:16 -04:00
Add --hide-api to hide the API request/response fields from the web interface
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -161,6 +161,11 @@ _default_options_objects = [
|
||||
'default_value': False,
|
||||
'value_type': 'bool'
|
||||
},
|
||||
{
|
||||
'name': 'HIDE_API',
|
||||
'default_value': False,
|
||||
'value_type': 'bool'
|
||||
},
|
||||
{
|
||||
'name': 'SHARED_STORAGE',
|
||||
'default_value': 'memory://',
|
||||
|
||||
Reference in New Issue
Block a user