fix config.env bug

This commit is contained in:
akynazh
2023-02-15 21:53:34 +08:00
parent f2bc617146
commit 1ba8cfc4bd
+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