mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
e5a230e0c7
* Adjustments for tests * Implement handling of temp downloading resources * Refactor paths * Refactors for file paths * Refactor paths * Add in S3 adapter * Refactor company Documment URL * Refactor for entity pdf performance * Refactors for invoice generation * Enhancements for emails invoices * Emails * Fixes for client portal queries
25 lines
461 B
Plaintext
25 lines
461 B
Plaintext
APP_ENV=local
|
|
APP_DEBUG=false
|
|
APP_URL=http://127.0.0.1:8000
|
|
APP_KEY=SomeRandomStringSomeRandomString
|
|
APP_CIPHER=AES-256-CBC
|
|
APP_LOCALE=en
|
|
|
|
DB_STRICT=false
|
|
DB_HOST=localhost
|
|
DB_USERNAME=ninja
|
|
DB_PASSWORD=ninja
|
|
|
|
DB_CONNECTION=db-ninja-01
|
|
DB_DATABASE1=ninja01
|
|
DB_DATABASE2=ninja02
|
|
|
|
MAIL_DRIVER=log
|
|
TRAVIS=true
|
|
API_SECRET=password
|
|
TEST_USERNAME=user@example.com
|
|
TEST_PERMISSIONS_USERNAME=permissions@example.com
|
|
|
|
MULTI_DB_ENABLED=true
|
|
NINJA_ENVIRONMENT=development
|