We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40da3b9 commit e99b2d4Copy full SHA for e99b2d4
readme-vars.yml
@@ -75,9 +75,9 @@ app_setup_block: |
75
mongo_init_bin='mongo'
76
fi
77
"${mongo_init_bin}" <<EOF
78
- use "{MONGO_AUTHSOURCE}"
+ use ${MONGO_AUTHSOURCE}
79
db.auth("${MONGO_INITDB_ROOT_USERNAME}", "${MONGO_INITDB_ROOT_PASSWORD}")
80
- use "${MONGO_DBNAME}"
+ use ${MONGO_DBNAME}
81
db.createUser({
82
user: "${MONGO_USER}",
83
pwd: "${MONGO_PASS}",
0 commit comments