Skip to content

Commit

Permalink
Add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkim3 committed Nov 29, 2023
1 parent 5f7b443 commit e1b8127
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/api/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ const DB_SERVER = process.env.DB_SERVER;
const DB_NAME = process.env.DB_NAME;
const DB_USER = process.env.DB_USER;
const DB_PASSWORD = process.env.DB_PASSWORD;

system.log(DB_SERVER);
system.log(DB_NAME);

const dbConfig = {
server: DB_SERVER,
database: DB_NAME,
Expand Down

0 comments on commit e1b8127

Please sign in to comment.