Skip to content

Commit f242112

Browse files
authored
Merge pull request laravel#3850 from crynobone/default-app-key
[5.2] Remove default APP_KEY value
2 parents 5658575 + 007c019 commit f242112

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,5 +1,5 @@
11
APP_ENV=local
2-
APP_KEY=SomeRandomString
2+
APP_KEY=
33
APP_DEBUG=true
44
APP_LOG_LEVEL=debug
55
APP_URL=http://localhost

0 commit comments

Comments
 (0)