updated env and sh completed

This commit is contained in:
2025-04-19 19:15:34 +03:00
parent b146e32d50
commit 1ed5cffe45
4 changed files with 281 additions and 33 deletions

7
.env.example Normal file
View File

@@ -0,0 +1,7 @@
# MongoDB credentials
MONGO_ROOT_USERNAME=admin
MONGO_ROOT_PASSWORD=change_this_password
# Mongo Express credentials
MONGOEXPRESS_USERNAME=mexpress
MONGOEXPRESS_PASSWORD=change_this_password_too