1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2025-11-23 22:04:43 +02:00

Shared storage implementation

This commit is contained in:
Piero Toffanin
2023-03-09 16:09:04 -05:00
parent b59b82cfb0
commit e00f3af7db
5 changed files with 49 additions and 40 deletions

View File

@@ -136,6 +136,11 @@ _default_options_objects = [
'default_value': False,
'value_type': 'bool'
},
{
'name': 'SHARED_STORAGE',
'default_value': 'memory://',
'value_type': 'str'
},
{
'name': 'LOAD_ONLY',
'default_value': None,