mirror of
https://github.com/tiennm99/store-scraper-bot-java.git
synced 2026-05-22 20:26:48 +00:00
feat(mongo): cleanup
This commit is contained in:
+1
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user