Cachet/.env.example

42 lines
616 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_TIMEZONE=UTC
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
2017-04-12 14:54:56 +09:00
DB_UNIX_SOCKET=null
2015-03-20 18:30:45 -06:00
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
2017-03-04 17:34:44 +00:00
CACHET_AUTO_TWITTER=true
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
2016-12-29 14:01:09 +00:00
NEXMO_KEY=null
NEXMO_SECRET=null
NEXMO_SMS_FROM=Cachet