dbutils initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# MongoDB Configuration Example
|
||||
# Copy this file to .env and update with your values
|
||||
# The script will prompt for these values on first run
|
||||
|
||||
MONGO_USERNAME=admin
|
||||
MONGO_PASSWORD=password
|
||||
MONGO_DATABASE=adastradb
|
||||
MONGO_PORT=27017
|
||||
MONGO_EXPRESS_PORT=8081
|
||||
MONGO_EXPRESS_USERNAME=dev
|
||||
MONGO_EXPRESS_PASSWORD=dev
|
||||
Reference in New Issue
Block a user