Cachet/.env.example

35 lines
498 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
APP_KEY=
2015-03-20 18:30:45 -06:00
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
2016-04-21 19:33:10 +01:00
QUEUE_DRIVER=sync
2016-08-03 17:44:21 +01:00
CACHET_BEACON=true
2015-10-01 20:31:19 +01:00
CACHET_EMOJI=false
2015-03-20 18:30:45 -06:00
2016-12-03 20:09:20 +00:00
MAIL_DRIVER=log
MAIL_HOST=null
MAIL_PORT=null
2015-03-20 18:30:45 -06:00
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