From 32010897c149f8aef84f2dbf872848a3657d1522 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 3 Nov 2018 21:59:48 -0600 Subject: [PATCH] Update config/app.php --- config/app.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/app.php b/config/app.php index f9a38351f..95c2e933d 100644 --- a/config/app.php +++ b/config/app.php @@ -13,7 +13,7 @@ return [ | */ - 'name' => env('APP_NAME', 'Laravel'), + 'name' => env('APP_NAME', 'Pixelfed'), /* |-------------------------------------------------------------------------- @@ -52,7 +52,7 @@ return [ | */ - 'url' => env('APP_URL', 'http://localhost'), + 'url' => env('APP_URL', 'https://localhost'), /* |-------------------------------------------------------------------------- @@ -214,6 +214,7 @@ return [ 'Recaptcha' => Greggilbert\Recaptcha\Facades\Recaptcha::class, 'DotenvEditor' => Jackiedo\DotenvEditor\Facades\DotenvEditor::class, 'PrettyNumber' => App\Util\Lexer\PrettyNumber::class, + 'Purify' => Stevebauman\Purify\Facades\Purify::class, ], ];