Skip to content

Commit

Permalink
Remove someRandomString from .env.example
Browse files Browse the repository at this point in the history
Remove someRandomString from .env.example

Removed someRandomString because it interferes with php artisan
key:generate

Resolves: cachethq#2222
  • Loading branch information
seanmangar committed Oct 31, 2016
1 parent 0705440 commit 190b677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
APP_ENV=production
APP_DEBUG=false
APP_URL=http://localhost
APP_KEY=SomeRandomString
APP_KEY=

DB_DRIVER=mysql
DB_HOST=localhost
Expand Down

0 comments on commit 190b677

Please sign in to comment.