A little tweak of the settings
This commit is contained in:
parent
2c7c17b074
commit
e6ed48adf1
2 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'encrypt' => false,
|
||||
'encrypt' => true,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
|
||||
return [
|
||||
'longurl' => env('APP_LONGURL', 'jonnybarnes.uk'),
|
||||
'shorturl' => env('APP_SHORTURL', 'jmb.so')
|
||||
];
|
||||
'shorturl' => env('APP_SHORTURL', 'jmb.lv')
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue