mirror of
https://github.com/father-bot/chatgpt_telegram_bot.git
synced 2026-06-13 03:54:57 +03:00
@@ -1,6 +1,11 @@
|
||||
MONGODB_PATH=./mongodb # local path where to store MongoDB
|
||||
MONGODB_PORT=27017 # MongoDB port
|
||||
# local path where to store MongoDB
|
||||
MONGODB_PATH=./mongodb
|
||||
# MongoDB port
|
||||
MONGODB_PORT=27017
|
||||
|
||||
MONGO_EXPRESS_PORT=8081 # Mongo Express port
|
||||
MONGO_EXPRESS_USERNAME=username # Mongo Express username
|
||||
MONGO_EXPRESS_PASSWORD=password # Mongo Express password
|
||||
# Mongo Express port
|
||||
MONGO_EXPRESS_PORT=8081
|
||||
# Mongo Express username
|
||||
MONGO_EXPRESS_USERNAME=username
|
||||
# Mongo Express password
|
||||
MONGO_EXPRESS_PASSWORD=password
|
||||
Reference in New Issue
Block a user