Added default user

This commit is contained in:
Florian Sylvain
2022-12-20 16:23:49 +01:00
parent 9d29eff2fb
commit 3d85de6dd5
+5
View File
@@ -42,3 +42,8 @@ db.createCollection('users', {
} }
} }
}) })
db.users.insertOne({
email: "root",
password: "root"
})