Skip to content

Commit

Permalink
chore: updating database config
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmanvaidya committed Sep 16, 2024
1 parent ba05b9e commit 542b7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser-extension/api-server/db/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
production: {
username: process.env.DB_USERNAME,
password: process.env.DB_PASSWORD,
database: "uli_prod_unicode",
database: process.env.DB_NAME,
host: process.env.DB_HOST,
dialect: "postgres",
},
Expand Down

0 comments on commit 542b7fd

Please sign in to comment.