Skip to content

Instantly share code, notes, and snippets.

@adelowo
Last active March 17, 2020 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adelowo/6f0e653dc34dae3a044a0df63353a4eb to your computer and use it in GitHub Desktop.
Save adelowo/6f0e653dc34dae3a044a0df63353a4eb to your computer and use it in GitHub Desktop.
API_KEY=STREAM_CHAT_API_KEY
API_SECRET=STREAM_CHAT_API_SECRET
MONGODB_URI=mongodb://127.0.0.1:27017/
SMTP_HOST='127.0.0.1'
SMTP_PORT=1025
SMTP_ENABLE_TLS=0
SMTP_USERNAME=name
SMTP_PASSWORD=pass
SMTP_FROM_ADDRESS=email@domain.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment