]> BookStack Code Mirror - bookstack/blobdiff - config/filesystems.php
replace GPL diff lib with MIT lib
[bookstack] / config / filesystems.php
index 5fd3df6df848da25246a9c12371b813a2f232913..dbcb03db12d4d3b13d941529370bf729ad412b20 100644 (file)
@@ -15,7 +15,18 @@ return [
     |
     */
 
-    'default' => 'local',
+    'default' => env('STORAGE_TYPE', 'local'),
+
+    /*
+    |--------------------------------------------------------------------------
+    | Storage URL
+    |--------------------------------------------------------------------------
+    |
+    | This is the url to where the storage is located for when using an external
+    | file storage service, such as s3, to store publicly accessible assets.
+    |
+    */
+    'url' => env('STORAGE_URL', false),
 
     /*
     |--------------------------------------------------------------------------