aboutsummaryrefslogtreecommitdiff
path: root/interface/config
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-05-03 15:25:08 -0400
committerBobby <[email protected]>2022-05-03 15:25:08 -0400
commit45ed5c37a3ec4155616334b7e09a2c1679b3fb52 (patch)
tree3dc99b4bbcc850f2fae402126ceeda413096ff7e /interface/config
parent40eac9bcc99f0dc0139a9356464df66e9cf5c7dc (diff)
downloadWelfare-Schemes-DMQL-45ed5c37a3ec4155616334b7e09a2c1679b3fb52.tar.xz
Welfare-Schemes-DMQL-45ed5c37a3ec4155616334b7e09a2c1679b3fb52.zip
working edit
Diffstat (limited to 'interface/config')
-rw-r--r--interface/config/db.config.js2
1 files changed, 1 insertions, 1 deletions
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