Config Keys
This list is generated from module default configuration files.
| Key | Default | Environment | Description | Source |
|---|---|---|---|---|
storage.engine | "local", | — | Default configuration values for the storage module. / | storage.ts |
storage.local | — | — | Configuration value. | storage.ts |
storage.local.enabled | — | STORAGE_LOCAL_ENABLED | Local storage configuration. | storage.ts |
storage.local.upload | "./temp" | STORAGE_LOCAL_UPLOAD | Local storage configuration. | storage.ts |
storage.local.destination | "./storage" | STORAGE_LOCAL_DESTINATION | Local storage configuration. | storage.ts |
storage.local.publicUrl | "" | STORAGE_LOCAL_PUBLIC_URL | Local storage configuration. | storage.ts |
storage.local.signed | — | — | Local storage configuration. | storage.ts |
storage.local.signed.secret | "" | STORAGE_LOCAL_SIGNED_SECRET | Local storage configuration. | storage.ts |
storage.local.signed.upload | 60 | STORAGE_LOCAL_SIGNED_UPLOAD_EXPIRE | Local storage configuration. | storage.ts |
storage.local.signed.download | 60 | STORAGE_LOCAL_SIGNED_DOWNLOAD_EXPIRE | Local storage configuration. | storage.ts |
storage.local.http | — | — | Local storage configuration. | storage.ts |
storage.local.http.basePath | "/storage/local" | STORAGE_LOCAL_HTTP_BASE_PATH | Local storage configuration. | storage.ts |
storage.s3 | — | — | Configuration value. | storage.ts |
storage.s3.enabled | — | STORAGE_S3_ENABLED | S3 storage configuration. | storage.ts |
storage.s3.region | "eu-west-1" | STORAGE_S3_REGION | S3 storage configuration. | storage.ts |
storage.s3.endpoint | — | STORAGE_S3_ENDPOINT | S3 storage configuration. | storage.ts |
storage.s3.pathStyleUrl | — | STORAGE_S3_PATH_STYLE | S3 storage configuration. | storage.ts |
storage.s3.accessKeyId | — | STORAGE_S3_ACCESS_KEY | S3 storage configuration. | storage.ts |
storage.s3.secretAccessKey | — | STORAGE_S3_SECRET_KEY | S3 storage configuration. | storage.ts |
storage.s3.bucket | — | STORAGE_S3_BUCKET | S3 storage configuration. | storage.ts |
storage.s3.signed | — | — | S3 storage configuration. | storage.ts |
storage.s3.signed.upload | 60 | STORAGE_S3_SIGNED_UPLOAD_EXPIRE | S3 storage configuration. | storage.ts |
storage.s3.signed.download | 60 | STORAGE_S3_SIGNED_DOWNLOAD_EXPIRE | S3 storage configuration. | storage.ts |