Give this a try (but it likely will have no effect)

This commit is contained in:
2023-05-10 19:27:38 -04:00
parent 9edbcc0bc2
commit 9b0b9baf16
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,4 @@
/* eslint-disable no-undef */
db = db.getSiblingDB(process.env.DB_NAME);
db.createUser({
user: process.env.DB_USERNAME,
pwd: process.env.DB_PASSWORD,