A little tweak of the settings

This commit is contained in:
Jonny Barnes 2016-07-19 22:06:09 +01:00
parent 2c7c17b074
commit e6ed48adf1
2 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ return [
|
*/
'encrypt' => false,
'encrypt' => true,
/*
|--------------------------------------------------------------------------

View file

@ -7,5 +7,5 @@
return [
'longurl' => env('APP_LONGURL', 'jonnybarnes.uk'),
'shorturl' => env('APP_SHORTURL', 'jmb.so')
];
'shorturl' => env('APP_SHORTURL', 'jmb.lv')
];