feat(mongo): cleanup

This commit is contained in:
2025-12-15 22:46:21 +07:00
parent c351535f7c
commit eff6049623
11 changed files with 38 additions and 121 deletions
+1 -4
View File
@@ -2,10 +2,7 @@
# cp .env.example .env
# MongoDB configuration
MONGODB_CONNECTION_STRING=mongodb://localhost:27017
MONGODB_USERNAME=your_mongodb_username
MONGODB_PASSWORD=your_mongodb_password
MONGODB_DATABASE_NAME=store-scraper-bot
MONGODB_CONNECTION_STRING=mongodb://localhost:27017/store-scraper-bot
# Telegram Bot configuration
TELEGRAM_BOT_TOKEN=your_telegram_bot_token