From: Dan Brown Date: Sun, 4 Aug 2019 13:41:08 +0000 (+0100) Subject: Removed unused config item X-Git-Tag: v0.27~1^2~27 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/71ebb9df8b53bc6afcb2f38ff6454815ecba7ef6?ds=inline Removed unused config item Left in by mistake during development --- diff --git a/app/Config/app.php b/app/Config/app.php index 0a0c17a53..aaeafb98d 100755 --- a/app/Config/app.php +++ b/app/Config/app.php @@ -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'),