mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-23 13:23:33 +03:00
Updated default secret_key value
This commit is contained in:
parent
69dd9eb067
commit
accda36a7b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ return [
|
|||
'app_options' => [
|
||||
'name' => 'Shlink',
|
||||
'version' => '%SHLINK_VERSION%',
|
||||
'secret_key' => env('SECRET_KEY'),
|
||||
'secret_key' => env('SECRET_KEY', ''),
|
||||
'disable_track_param' => null,
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue