diff options
| author | jmreddy2106 <[email protected]> | 2022-05-03 12:39:38 -0400 |
|---|---|---|
| committer | jmreddy2106 <[email protected]> | 2022-05-03 12:39:38 -0400 |
| commit | 40eac9bcc99f0dc0139a9356464df66e9cf5c7dc (patch) | |
| tree | 61f3f6e00cd1d171b77c3cf526559939d8e2ac3a /interface/config/db.config.js | |
| parent | b0b1938f0e2ae2d159f0a616f8043d0b7f24f2eb (diff) | |
| download | Welfare-Schemes-DMQL-40eac9bcc99f0dc0139a9356464df66e9cf5c7dc.tar.xz Welfare-Schemes-DMQL-40eac9bcc99f0dc0139a9356464df66e9cf5c7dc.zip | |
added edit functionality to citizens
Diffstat (limited to 'interface/config/db.config.js')
| -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 ea90d0c..622d5f5 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.USERNAME, + username: process.env.USER, // The password used to connect to the database password: process.env.PASSWORD, // The dialect of the database you are connecting to |
