Add chatgpt bot

This commit is contained in:
2024-08-17 21:08:24 +02:00
parent 4f2264748e
commit 65468e4115
16 changed files with 1910 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
# 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