Cachet/.env.example

33 lines
506 B
Plaintext
Raw Normal View History

2015-07-27 22:28:52 +01:00
APP_ENV=production
2015-07-26 10:26:13 +01:00
APP_DEBUG=false
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
DB_PORT=null
DB_PREFIX=null
2015-03-20 18:30:45 -06:00
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-10-01 20:31:19 +01:00
CACHET_EMOJI=false
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
MAIL_ENCRYPTION=tls
REDIS_HOST=null
REDIS_DATABASE=null
REDIS_PORT=null
GITHUB_TOKEN=null