Add way to disable emoji support

This commit is contained in:
Graham Campbell
2015-10-01 20:29:47 +01:00
parent 3e0d38aa4c
commit e8427cb06b
2 changed files with 6 additions and 5 deletions

View File

@@ -2,6 +2,7 @@ APP_ENV=production
APP_DEBUG=false
APP_URL=http://localhost
APP_KEY=SomeRandomString
CACHET_EMOJI=false
DB_DRIVER=mysql
DB_HOST=localhost