Skip to content

Commit 28d45fe

Browse files
committed
Fix cipher exception that gets thrown if APP_KEY is too short
1 parent 133d209 commit 28d45fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
APP_ENV=production
22
APP_DEBUG=false
3-
APP_KEY=SomeRandomString
3+
APP_KEY=SomeRandomString3232RandomString
44

55
DB_HOST=localhost
66
DB_PORT=3306

0 commit comments

Comments
 (0)