mirror of
https://github.com/tiennm99/store-scraper-bot-java.git
synced 2026-07-17 12:52:41 +00:00
feat(db): use mongodb instead of couchbase (WIP)
This commit is contained in:
+5
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user