laravel/.env.example

28 lines
455 B
Plaintext
Raw Normal View History

2016-08-01 21:57:25 +01:00
APP_ENV="local"
APP_KEY=
2014-12-15 13:07:32 -06:00
APP_DEBUG=true
2016-08-01 21:57:25 +01:00
APP_LOG_LEVEL="debug"
APP_URL="http://localhost"
2014-12-05 16:25:46 -06:00
2016-08-01 21:57:25 +01:00
DB_CONNECTION="mysql"
DB_HOST="127.0.0.1"
DB_PORT=3306
2016-08-01 21:57:25 +01:00
DB_DATABASE="homestead"
DB_USERNAME="homestead"
DB_PASSWORD="secret"
2014-12-05 16:25:46 -06:00
2016-08-01 21:57:25 +01:00
CACHE_DRIVER="file"
SESSION_DRIVER="file"
QUEUE_DRIVER="sync"
2015-02-22 19:48:52 -06:00
2016-08-01 21:57:25 +01:00
REDIS_HOST="127.0.0.1"
2015-12-07 12:03:49 -06:00
REDIS_PASSWORD=null
REDIS_PORT=6379
2016-08-01 21:57:25 +01:00
MAIL_DRIVER="smtp"
MAIL_HOST="mailtrap.io"
2015-02-22 19:48:52 -06:00
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
2015-07-17 23:27:24 +00:00
MAIL_ENCRYPTION=null