Merge pull request #711 from pixelfed/frontend-ui-refactor

Update config
This commit is contained in:
daniel 2018-12-28 20:26:57 -07:00 committed by GitHub
commit 0a0359f193
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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),
],
/*