mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update config
This commit is contained in:
parent
1cca479fad
commit
a2a69c9d6c
1 changed files with 2 additions and 2 deletions
|
@ -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),
|
||||
],
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue