Merge pull request #48 from akynazh/main

fix config.env bug
This commit is contained in:
Karim Iskakov
2023-02-15 18:00:10 +04:00
committed by GitHub
+10 -5
View File
@@ -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