mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
849f6e5439
* Fixes for Feature and browser tests * Change .env.example variable names, implement hash encoding of db numbers for URIs
33 lines
533 B
Plaintext
33 lines
533 B
Plaintext
APP_NAME="Invoice Ninja"
|
|
APP_ENV=local
|
|
APP_KEY=
|
|
APP_DEBUG=true
|
|
|
|
APP_URL=http://localhost
|
|
|
|
DB_CONNECTION=db-ninja-01
|
|
DB_HOST1=127.0.0.1
|
|
DB_PORT1=3306
|
|
DB_DATABASE1=homestead
|
|
DB_USERNAME1=homestead
|
|
DB_PASSWORD1=secret
|
|
|
|
BROADCAST_DRIVER=log
|
|
LOG_CHANNEL=stack
|
|
CACHE_DRIVER=file
|
|
QUEUE_CONNECTION=sync
|
|
SESSION_DRIVER=file
|
|
SESSION_LIFETIME=120
|
|
|
|
REDIS_HOST=127.0.0.1
|
|
REDIS_PASSWORD=null
|
|
REDIS_PORT=6379
|
|
|
|
MAIL_DRIVER=smtp
|
|
MAIL_HOST=smtp.mailtrap.io
|
|
MAIL_PORT=2525
|
|
MAIL_USERNAME=null
|
|
MAIL_PASSWORD=null
|
|
MAIL_ENCRYPTION=null
|
|
|
|
POSTMARK_API_TOKEN= |