9 lines
468 B
Dart
9 lines
468 B
Dart
const String addMountTitle = 'New Mount Settings';
|
|
const String appTitle = 'Repertory Management Portal';
|
|
const databaseTypeList = ['rocksdb', 'sqlite'];
|
|
const downloadTypeList = ['default', 'direct', 'ring_buffer'];
|
|
const eventLevelList = ['critical', 'error', 'warn', 'info', 'debug', 'trace'];
|
|
const protocolTypeList = ['http', 'https'];
|
|
const providerTypeList = ['Encrypt', 'Remote', 'S3', 'Sia'];
|
|
const ringBufferSizeList = ['128', '256', '512', '1024', '2048'];
|