Update database host to use IP address instead of localhost
This commit is contained in:
@@ -7,7 +7,7 @@ app.use(bodyParser.json());
|
|||||||
const serverPort = 3000;
|
const serverPort = 3000;
|
||||||
|
|
||||||
const databaseCredentials = {
|
const databaseCredentials = {
|
||||||
host: 'localhost',
|
host: '127.0.0.1',
|
||||||
user: 'fitbot',
|
user: 'fitbot',
|
||||||
password: 'fitbot123',
|
password: 'fitbot123',
|
||||||
database: 'fitbot',
|
database: 'fitbot',
|
||||||
|
Reference in New Issue
Block a user