mirror of
https://github.com/father-bot/chatgpt_telegram_bot.git
synced 2026-06-13 12:04:57 +03:00
6 lines
257 B
Bash
6 lines
257 B
Bash
MONGODB_PATH=./mongodb # local path where to store MongoDB
|
|
MONGODB_PORT=27017 # MongoDB port
|
|
|
|
MONGO_EXPRESS_PORT=8081 # Mongo Express port
|
|
MONGO_EXPRESS_USERNAME=username # Mongo Express username
|
|
MONGO_EXPRESS_PASSWORD=password # Mongo Express password |