]> BookStack Code Mirror - bookstack/commitdiff
Removed unused config item
authorDan Brown <redacted>
Sun, 4 Aug 2019 13:41:08 +0000 (14:41 +0100)
committerDan Brown <redacted>
Sun, 4 Aug 2019 13:41:08 +0000 (14:41 +0100)
Left in by mistake during development

app/Config/app.php

index 0a0c17a53acc1189a0809efba0d3d412540e342a..aaeafb98df291e6925d6ade1d283d1fcb9804379 100755 (executable)
@@ -45,10 +45,6 @@ return [
     // and used by BookStack in URL generation.
     'url' => env('APP_URL', '') === 'http://bookstack.dev' ? '' : env('APP_URL', ''),
 
-    // Rewrite URL, Used to rewrite the base of request URLs
-    // for scenarios
-    'url_base_rewrite' => env('APP_URL_BASE_REWRITE', null),
-
     // Application timezone for back-end date functions.
     'timezone' => env('APP_TIMEZONE', 'UTC'),