Loading repository data…
Loading repository data…
JarnoEetSoep / repository
This is a simple chat, free for open use
It's hosted free at Heroku. You can find the chat over here.
There are some environment variables:
| Name | Usage | Optional | Value |
|---|---|---|---|
| at_heroku | If set, node won't set up a https server | True | Any |
| mongoURI | If set, this is the MongoDB URI, if not set, it tries to connect to a local MongoDB server | True | URI |
| saltRounds | Salt rounds for bcrypt | False | Integer |
| SECRET_KEY_BASE | Secret for cookies | False | String |
| PORT | Port for server to listen on | True | Integer |