Hosts of server for testing app

Use this configuration for testing purposes only.

messenger-app/config.js
const development = {
  apiHost: 'http://18.191.252.136:3000',
  socketHost: 'http://18.191.252.136:4000/',
  awsConfig
};

Last updated