summary refs log tree commit diff
path: root/src/db/db.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/db.js')
-rw-r--r--src/db/db.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db/db.js b/src/db/db.js

index 9a7b50e..b9a425c 100644 --- a/src/db/db.js +++ b/src/db/db.js
@@ -3,6 +3,7 @@ import { readSecret } from '#util/secretUtils.js'; export async function initDb() { const connectionString = await readSecret( + "MongoDB connection string", process.env['DATABASE_SECRET_PATH'] ); try {