Skip to content
Devin Smith edited this page Feb 13, 2017 · 5 revisions

The configuration file at src/app/config.js will contain all possible configuration options.

  • server - the socket.io server address
  • audio - whether or not to play chat sounds
  • ice - STUN/TURN connection servers. check out STUN-TURN-Server Config
  • attachments - whether or not to allow attachments. be sure you also add the AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY and S3_BUCKET in your server.js
  • markdown - allow markdown or not
Clone this wiki locally