Build starter.

This commit is contained in:
Pierre THIERRY
2020-09-05 13:01:05 +02:00
committed by takiguchi
parent e794e65942
commit 94226c140e
22 changed files with 987 additions and 100 deletions

View File

@@ -0,0 +1,10 @@
db.createUser(
{
user: "application_user",
pwd: "P@ssword1",
roles:
[
{ role: "readWrite", db: "db_application" }
]
}
)