mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-19 01:41:36 +00:00
16 lines
243 B
Plaintext
Executable File
16 lines
243 B
Plaintext
Executable File
APP_NAME=Vito
|
|
APP_ENV=production
|
|
APP_KEY=
|
|
APP_URL=http://vito.test
|
|
|
|
FILESYSTEM_DRIVER=local
|
|
|
|
MAIL_MAILER=smtp
|
|
MAIL_HOST=
|
|
MAIL_PORT=
|
|
MAIL_USERNAME=null
|
|
MAIL_PASSWORD=null
|
|
MAIL_ENCRYPTION=null
|
|
MAIL_FROM_ADDRESS=null
|
|
MAIL_FROM_NAME="${APP_NAME}"
|