diff options
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 |
