diff --git a/assets/config.php b/assets/config.php index e89c6c9d..3af1c250 100644 --- a/assets/config.php +++ b/assets/config.php @@ -135,6 +135,13 @@ return [ * where you want to use tenant-specific assets (product images, avatars, etc). */ 'asset_helper_tenancy' => true, + + /** + * Should the tenant asset route be registered. This route enables you to access files + * in the tenant-specific storage. By default, this route is enabled. But it may + * be useful to disable if you use external storage (e.g. S3 or Dropbox). + */ + 'serve_tenant_assets' => true, ], /**