mongo-service/.env

8 lines
196 B
Bash

# MongoDB credentials
MONGO_ROOT_USERNAME=admin
MONGO_ROOT_PASSWORD=change_this_password
# Mongo Express credentials
MONGOEXPRESS_USERNAME=mexpress
MONGOEXPRESS_PASSWORD=change_this_password_too