mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-03-03 02:57:01 +00:00
12 lines
220 B
Plaintext
12 lines
220 B
Plaintext
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
|