feat(db): use mongodb instead of couchbase (WIP)

This commit is contained in:
2025-11-22 23:05:39 +07:00
parent ad0258de65
commit c351535f7c
13 changed files with 148 additions and 117 deletions
+5 -5
View File
@@ -1,11 +1,11 @@
# Copy this file to .env and customize the values for your environment
# cp .env.example .env
# Couchbase configuration
COUCHBASE_CONNECTION_STRING=couchbase://localhost
COUCHBASE_USERNAME=your_couchbase_username
COUCHBASE_PASSWORD=your_couchbase_password
COUCHBASE_BUCKET_NAME=store-scraper-bot
# MongoDB configuration
MONGODB_CONNECTION_STRING=mongodb://localhost:27017
MONGODB_USERNAME=your_mongodb_username
MONGODB_PASSWORD=your_mongodb_password
MONGODB_DATABASE_NAME=store-scraper-bot
# Telegram Bot configuration
TELEGRAM_BOT_TOKEN=your_telegram_bot_token