storage size variable doesn't need to be a raw number of bytes

This commit is contained in:
xenofem 2022-05-29 11:04:01 -04:00
parent 7f2f7460ac
commit 4914864887

View file

@ -40,8 +40,8 @@ transbeam is configured with the following environment variables:
for (default: 30) for (default: 30)
- `TRANSBEAM_MAX_UPLOAD_SIZE`: maximum size of a fileset being - `TRANSBEAM_MAX_UPLOAD_SIZE`: maximum size of a fileset being
uploaded (default: 16G) uploaded (default: 16G)
- `TRANSBEAM_MAX_STORAGE_SIZE`: maximum total size, in bytes, of all - `TRANSBEAM_MAX_STORAGE_SIZE`: maximum total size of all files being
files being stored by transbeam (default: 64G) stored by transbeam (default: 64G)
- `TRANSBEAM_MNEMONIC_CODES`: generate memorable download codes using - `TRANSBEAM_MNEMONIC_CODES`: generate memorable download codes using
English words, rather than random alphanumeric strings (default: English words, rather than random alphanumeric strings (default:
true) true)