diff --git a/config/config.example.env b/config/config.example.env index 925bcbe..b52253b 100644 --- a/config/config.example.env +++ b/config/config.example.env @@ -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 \ No newline at end of file +# Mongo Express port +MONGO_EXPRESS_PORT=8081 +# Mongo Express username +MONGO_EXPRESS_USERNAME=username +# Mongo Express password +MONGO_EXPRESS_PASSWORD=password \ No newline at end of file