chore(env): remove default APP_KEY

This commit is contained in:
Romain Lanz
2018-06-06 09:11:41 +02:00
committed by GitHub
parent a83503ffe1
commit 168cae68f4

View File

@@ -5,7 +5,7 @@ APP_URL=http://${HOST}:${PORT}
CACHE_VIEWS=false
APP_KEY=2wsjLSopTjD6WQEztTYIZgCFou8wpLJn
APP_KEY=
DB_CONNECTION=sqlite
DB_HOST=127.0.0.1