From 45ed5c37a3ec4155616334b7e09a2c1679b3fb52 Mon Sep 17 00:00:00 2001 From: Bobby Date: Tue, 3 May 2022 15:25:08 -0400 Subject: working edit --- interface/config/db.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interface/config') diff --git a/interface/config/db.config.js b/interface/config/db.config.js index 622d5f5..1160420 100644 --- a/interface/config/db.config.js +++ b/interface/config/db.config.js @@ -3,7 +3,7 @@ module.exports = { // The name of the database database: process.env.DATABASE, // The username used to connect to the database - username: process.env.USER, + username: process.env.USER_NAME, // The password used to connect to the database password: process.env.PASSWORD, // The dialect of the database you are connecting to -- cgit v1.2.3