Created
November 1, 2018 19:03
-
-
Save torchhound/48386ea75493a8c24b896391e3930ba9 to your computer and use it in GitHub Desktop.
mongo-crud example.env
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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