mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-02 19:14:35 -04:00
Env for travis (#2414)
This commit is contained in:
parent
cc670e1841
commit
5ddade85a5
11
.env.travis
Normal file
11
.env.travis
Normal 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
|
Loading…
x
Reference in New Issue
Block a user