storage size variable doesn't need to be a raw number of bytes
This commit is contained in:
parent
7f2f7460ac
commit
4914864887
|
@ -40,8 +40,8 @@ transbeam is configured with the following environment variables:
|
|||
for (default: 30)
|
||||
- `TRANSBEAM_MAX_UPLOAD_SIZE`: maximum size of a fileset being
|
||||
uploaded (default: 16G)
|
||||
- `TRANSBEAM_MAX_STORAGE_SIZE`: maximum total size, in bytes, of all
|
||||
files being stored by transbeam (default: 64G)
|
||||
- `TRANSBEAM_MAX_STORAGE_SIZE`: maximum total size of all files being
|
||||
stored by transbeam (default: 64G)
|
||||
- `TRANSBEAM_MNEMONIC_CODES`: generate memorable download codes using
|
||||
English words, rather than random alphanumeric strings (default:
|
||||
true)
|
||||
|
|
Loading…
Reference in a new issue