mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-04 13:37:25 +01:00
16 lines
303 B
Bash
16 lines
303 B
Bash
|
|
|
|
APP_DEBUG=1
|
|
APP_URL=http://localhost:8000
|
|
APP_KEY=SomeRandomStringSomeRandomString
|
|
APP_CIPHER=AES-256-CBC
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=pwd
|
|
DB_HOST=mysql
|
|
MAIL_HOST=mail.service.host
|
|
MAIL_USERNAME=username
|
|
MAIL_PASSWORD=password
|
|
MAIL_DRIVER=smtp
|
|
MAIL_FROM_NAME="My name"
|
|
MAIL_FROM_ADDRESS=user@mail.com
|