Add config value to .env value. #882

This commit is contained in:
James Cole 2017-10-02 18:20:03 +02:00
parent ebcd8dbd7c
commit 7a57c60891
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -5,6 +5,7 @@ APP_KEY=SomeRandomStringOf32CharsExactly
APP_LOG=daily
APP_LOG_LEVEL=warning
APP_URL=http://localhost
TRUSTED_PROXIES=
DB_CONNECTION=mysql
DB_HOST=127.0.0.1