Curso-lenguaje-python/catch-all/06_bots_telegram/08_chatgpt_bot/config/config.example.env

11 lines
252 B
Bash
Raw Normal View History

2024-08-17 21:08:24 +02:00
# 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