From c35561d8931bfd73d9c4d8211606544fd5c4f210 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Tue, 13 Apr 2021 11:44:33 -0500 Subject: [PATCH] Add option to enable/disable tenant asset route --- assets/config.php | 7 +++++++ 1 file changed, 7 insertions(+) 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, ], /**