Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In case IM server set up on your self-hosting

Open ssh and go to Apps/core-im/server, run

...

the following command to update dependencies.

Code Block
npm install

Edit Apps/core-im/server/config.js file and add a new config

Code Block
firebase: {serverKey: "", senderId: ""}

...