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