Skip to content

Instantly share code, notes, and snippets.

@miladr0
Created October 17, 2020 17:49
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 miladr0/8ecb687d89bbfea284a081c478830582 to your computer and use it in GitHub Desktop.
Save miladr0/8ecb687d89bbfea284a081c478830582 to your computer and use it in GitHub Desktop.
PORT=3000
MONGO_USER=mongoadmin
MONGO_PASS=mongoadmin
MONGO_URI=mongodb://127.0.0.1:27017/bull_mongo
#Redis config
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment