Commit 719925e5 by ansible

edit syntax error

1 parent 4b416248
/opt/stack/mongodb/mongodb/bin/mongo --host 127.0.0.1 --port 7018 <<EOF
### Insert Initial Data
use DMAMANAGER
db.auth("mongoapp", "mOng0@pp")
......
/opt/stack/mongodb/mongodb/bin/mongo --host 127.0.0.1 --port 7019 <<EOF
### Insert Initial Data of ServiceGateway
use SERVICEGATEWAY
db.auth("mongoapp", "mOng0@pp")
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!