Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Apr 5, 2024
2 parents 3c68346 + 2671e08 commit 5521b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/database/_export.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function setupSQL() {
host: config.DB_HOST,
username: config.DB_USER,
database: config.DB_DB,
port: config.DB_PORT
port: config.DB_PORT,
};

if (process.env.PROD_STATUS !== "dev") {
Expand Down

0 comments on commit 5521b00

Please sign in to comment.