mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-15 06:22:52 +00:00
Add --api-keys-remote
This commit is contained in:
parent
647379aea5
commit
8f8087f8ae
6 changed files with 47 additions and 3 deletions
|
@ -105,6 +105,11 @@ _default_options_objects = [
|
|||
'name': 'API_KEYS',
|
||||
'default_value': False,
|
||||
'value_type': 'bool'
|
||||
},
|
||||
{
|
||||
'name': 'API_KEYS_REMOTE',
|
||||
'default_value': '',
|
||||
'value_type': 'str'
|
||||
},
|
||||
{
|
||||
'name': 'REQUIRE_API_KEY_ORIGIN',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue