2017-04-23 14:22:09 +03:00
|
|
|
DB_USERNAME=easyapp
|
|
|
|
DB_NAME=easyapp
|
2017-04-21 13:07:45 +03:00
|
|
|
|
2017-05-21 14:53:14 +03:00
|
|
|
# before deploying to production change to harder password, and don't commit it to git
|
2017-04-23 14:22:09 +03:00
|
|
|
DB_PASSWORD=veryhardpassword
|
2017-04-21 13:07:45 +03:00
|
|
|
|
2017-05-21 14:53:14 +03:00
|
|
|
# change to your installation address
|
2017-04-21 13:07:45 +03:00
|
|
|
APP_URL=localhost
|
|
|
|
APP_HOST=0.0.0.0
|
2017-04-23 14:22:09 +03:00
|
|
|
APP_PORT=80
|
|
|
|
|
|
|
|
# email settings - set to 'smtp' and provide SMTP settings if you want to send emails
|
|
|
|
EMAIL_PROTOCOL=mail
|
|
|
|
SMTP_HOST=smtp.gmail.com
|
|
|
|
SMTP_USER=user
|
|
|
|
SMTP_PASS=password
|
|
|
|
SMTP_CRYPTO=ssl
|
|
|
|
SMTP_PORT=25
|
|
|
|
|