mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-11 01:08:34 +02:00
21 lines
403 B
Text
21 lines
403 B
Text
APP_NAME='StarterApp'
|
|
APP_ENV=public
|
|
APP_URL=http://localhost
|
|
|
|
DB_DRIVER=mysql
|
|
DB_HOST=localhost
|
|
DB_DATABASE=pinglet
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=
|
|
DB_PORT=3306
|
|
|
|
#mailer settings (Driver= smtp or sendmail or mail)
|
|
|
|
MAIL_DRIVER=smtp
|
|
MAIL_HOST=smtp.mailtrap.io
|
|
MAIL_PORT=2525
|
|
MAIL_USERNAME=username
|
|
MAIL_PASSWORD=password
|
|
MAIL_ENCRYPTION=tls
|
|
MAIL_FROM_ADDRESS='example@domain.com'
|
|
MAIL_FROM_NAME='Example'
|