Env for travis (#2414)

This commit is contained in:
David Bomba 2018-10-05 17:58:13 +10:00 committed by GitHub
parent cc670e1841
commit 5ddade85a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
.env.travis Normal file
View File

@ -0,0 +1,11 @@
APP_ENV=development
APP_DEBUG=false
APP_URL=http://ninja.test
APP_KEY=SomeRandomStringSomeRandomString
APP_CIPHER=AES-256-CBC
APP_LOCALE=en
MAIL_DRIVER=log
TRAVIS=true
API_SECRET=password
TEST_USERNAME=user@example.com