Skip to content

Instantly share code, notes, and snippets.

@torchhound
Created November 1, 2018 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save torchhound/48386ea75493a8c24b896391e3930ba9 to your computer and use it in GitHub Desktop.
Save torchhound/48386ea75493a8c24b896391e3930ba9 to your computer and use it in GitHub Desktop.
mongo-crud example.env
MONGO_INITDB_ROOT_USERNAME=example
MONGO_INITDB_ROOT_PASSWORD=example
MONGO_INITDB_DATABASE=api
MONGO_DATA_DIR=/data/db
MONGO_TEST_DATA_DIR=/data/test_db
MONGO_LOG_FILE=/var/log/mongodb/mongodb.log
PORT=80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment