Skip to main content

Environment Variables

Boolean flags default to false when unset.

VariableTypeDefaultConfig KeysDescriptionSource
STORAGE_LOCAL_DESTINATIONstring"./storage"storage.local.destinationLocal storage configuration. Config key: `storage.local.destination`.storage.ts
STORAGE_LOCAL_ENABLEDflagstorage.local.enabledDefault configuration values for the storage module. /storage.ts
STORAGE_LOCAL_HTTP_BASE_PATHstring"/storage/local"storage.local.http.basePathLocal storage configuration. Config key: `storage.local.http.basePath`.storage.ts
STORAGE_LOCAL_PUBLIC_URLstring""storage.local.publicUrlLocal storage configuration. Config key: `storage.local.publicUrl`.storage.ts
STORAGE_LOCAL_SIGNED_DOWNLOAD_EXPIREnumber60storage.local.signed.downloadLocal storage configuration. Config key: `storage.local.signed.download`.storage.ts
STORAGE_LOCAL_SIGNED_SECRETstring""storage.local.signed.secretLocal storage configuration. Config key: `storage.local.signed.secret`.storage.ts
STORAGE_LOCAL_SIGNED_UPLOAD_EXPIREnumber60storage.local.signed.uploadLocal storage configuration. Config key: `storage.local.signed.upload`.storage.ts
STORAGE_LOCAL_UPLOADstring"./temp"storage.local.uploadLocal storage configuration. Config key: `storage.local.upload`.storage.ts
STORAGE_S3_ACCESS_KEYstringstorage.s3.accessKeyIdS3 storage configuration. Config key: `storage.s3.accessKeyId`.storage.ts
STORAGE_S3_BUCKETstringstorage.s3.bucketS3 storage configuration. Config key: `storage.s3.bucket`.storage.ts
STORAGE_S3_ENABLEDflagstorage.s3.enabledS3 storage configuration. Config key: `storage.s3.enabled`.storage.ts
STORAGE_S3_ENDPOINTstringstorage.s3.endpointS3 storage configuration. Config key: `storage.s3.endpoint`.storage.ts
STORAGE_S3_PATH_STYLEflagstorage.s3.pathStyleUrlS3 storage configuration. Config key: `storage.s3.pathStyleUrl`.storage.ts
STORAGE_S3_REGIONstring"eu-west-1"storage.s3.regionS3 storage configuration. Config key: `storage.s3.region`.storage.ts
STORAGE_S3_SECRET_KEYstringstorage.s3.secretAccessKeyS3 storage configuration. Config key: `storage.s3.secretAccessKey`.storage.ts
STORAGE_S3_SIGNED_DOWNLOAD_EXPIREnumber60storage.s3.signed.downloadS3 storage configuration. Config key: `storage.s3.signed.download`.storage.ts
STORAGE_S3_SIGNED_UPLOAD_EXPIREnumber60storage.s3.signed.uploadS3 storage configuration. Config key: `storage.s3.signed.upload`.storage.ts