1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/.env.example

34 lines
555 B
Plaintext
Raw Normal View History

APP_NAME="Invoice Ninja"
2018-10-04 19:10:43 +02:00
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
2018-10-04 19:10:43 +02:00
DB_CONNECTION=db-ninja-01
DB_HOST1=127.0.0.1
DB_PORT1=3306
DB_DATABASE1=homestead
DB_USERNAME1=homestead
DB_PASSWORD1=secret
2018-10-04 19:10:43 +02:00
BROADCAST_DRIVER=log
LOG_CHANNEL=stack
2018-10-04 19:10:43 +02:00
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
MULTI_DB_ENABLED=true
POSTMARK_API_TOKEN=