Cachet/.env.example

23 lines
361 B
Plaintext
Raw Normal View History

2015-03-20 18:30:45 -06:00
APP_ENV=local
APP_DEBUG=true
2015-04-19 09:16:59 +01:00
APP_URL=http://localhost
2015-03-20 18:30:45 -06:00
APP_KEY=SomeRandomString
2015-07-01 11:19:08 -05:00
DB_DRIVER=mysql
2015-03-20 18:30:45 -06:00
DB_HOST=localhost
DB_DATABASE=cachet
2015-07-01 11:19:08 -05:00
DB_USERNAME=homestead
2015-03-20 18:30:45 -06:00
DB_PASSWORD=secret
2015-05-28 21:37:44 +01:00
CACHE_DRIVER=file
2015-03-20 18:30:45 -06:00
SESSION_DRIVER=file
2015-05-24 16:33:03 -05:00
QUEUE_DRIVER=database
2015-03-20 18:30:45 -06:00
MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ADDRESS=null
MAIL_NAME=null