Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- APP_ENV=
- APP_HOST=
- APP_PORT=
- DB_CONNECTION=sqlite
- DB_HOST=127.0.0.1
- DB_PORT=3306
- DB_DATABASE=pro-php-mvc
- DB_USERNAME=root
- DB_PASSWORD=
-
- EMAIL_DRIVER=smtp
- EMAIL_FROM_NAME=
- EMAIL_FROM_EMAIL=
-
- # smtp driver (default) - e.g. an internal relay/smart host
- EMAIL_SMTP_HOST=
- EMAIL_SMTP_PORT=25
- EMAIL_SMTP_ENCRYPTION=
- EMAIL_SMTP_USERNAME=
- EMAIL_SMTP_PASSWORD=
-
- # postmark driver - only needed if EMAIL_DRIVER=postmark
- EMAIL_TOKEN=
-
- WAREHOUSE_ALERT_EMAIL=
|