Compare commits

..

No commits in common. "814c20591674c8878ecea4455522c441d3e73425" and "40da3b986533b49aee1c8bc4e732c4aa5ff60fdd" have entirely different histories.

View file

@ -75,9 +75,9 @@ app_setup_block: |
mongo_init_bin='mongo' mongo_init_bin='mongo'
fi fi
"${mongo_init_bin}" <<EOF "${mongo_init_bin}" <<EOF
use ${MONGO_AUTHSOURCE} use "{MONGO_AUTHSOURCE}"
db.auth("${MONGO_INITDB_ROOT_USERNAME}", "${MONGO_INITDB_ROOT_PASSWORD}") db.auth("${MONGO_INITDB_ROOT_USERNAME}", "${MONGO_INITDB_ROOT_PASSWORD}")
use ${MONGO_DBNAME} use "${MONGO_DBNAME}"
db.createUser({ db.createUser({
user: "${MONGO_USER}", user: "${MONGO_USER}",
pwd: "${MONGO_PASS}", pwd: "${MONGO_PASS}",