TuringsSolutions commited on
Commit
0d4966a
·
verified ·
1 Parent(s): 094ec97

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -7,7 +7,7 @@ app.use(express.json());
7
 
8
  const connectWithRetry = () => {
9
  const client = new Client({
10
- host: 'localhost', // Change this to your local database host
11
  user: 'your_local_db_user',
12
  password: 'your_local_db_password',
13
  database: 'your_local_db_name',
 
7
 
8
  const connectWithRetry = () => {
9
  const client = new Client({
10
+ host: '192.168.1.19', // Use your host's IP address
11
  user: 'your_local_db_user',
12
  password: 'your_local_db_password',
13
  database: 'your_local_db_name',