diff options
| author | Bobby <[email protected]> | 2022-05-03 16:20:01 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-03 16:20:01 -0400 |
| commit | f807467dca2f08060b0bd4aa6b30ed231bb383b7 (patch) | |
| tree | fb511ea1d13aa022ae431163415284e55e27c1b5 /interface/config | |
| parent | 40eac9bcc99f0dc0139a9356464df66e9cf5c7dc (diff) | |
| parent | cce1d920245f7ee128bde6d2e978138cbbdc6e46 (diff) | |
| download | Welfare-Schemes-DMQL-f807467dca2f08060b0bd4aa6b30ed231bb383b7.tar.xz Welfare-Schemes-DMQL-f807467dca2f08060b0bd4aa6b30ed231bb383b7.zip | |
Merge pull request #5 from luciferreeves/main
Working Models
Diffstat (limited to 'interface/config')
| -rw-r--r-- | interface/config/db.config.js | 2 |
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 |
