Update config

This commit is contained in:
Daniel Supernault 2018-12-28 20:25:19 -07:00
parent 1cca479fad
commit a2a69c9d6c
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ return [
| This value is the version of your PixelFed instance.
|
*/
'version' => '0.7.6',
'version' => '0.7.7',
/*
|--------------------------------------------------------------------------
@ -59,7 +59,7 @@ return [
*/
'restricted_names' => [
'reserved_routes' => true,
'use_blacklist' => false,
'use_blacklist' => env('USERNAME_BLACKLIST', false),
],
/*