Fix cipher exception that gets thrown if APP_KEY is too short
This commit is contained in:
parent
133d20948c
commit
28d45fed54
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
APP_ENV=production
|
APP_ENV=production
|
||||||
APP_DEBUG=false
|
APP_DEBUG=false
|
||||||
APP_KEY=SomeRandomString
|
APP_KEY=SomeRandomString3232RandomString
|
||||||
|
|
||||||
DB_HOST=localhost
|
DB_HOST=localhost
|
||||||
DB_PORT=3306
|
DB_PORT=3306
|
||||||
|
|
Loading…
Reference in a new issue