trizin / Telegram-Airdrop-Bot

Very simple telegram airdrop bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I use it without using a docker?

fahad800 opened this issue · comments

Yes, you will need to install Mongo DB on your machine and change the environment variables.

MONGO_INITDB_ROOT_USERNAME=root
MONGO_INITDB_ROOT_PASSWORD=secret_password
MONGO_INITDB_IP=mongodb
MONGO_INITDB_PORT=27017

Can I use live mongodb instead of localhost?