Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -7,7 +7,7 @@ app.use(bodyParser.json());
|
||||
const serverPort = 3000;
|
||||
|
||||
const databaseCredentials = {
|
||||
host: 'localhost',
|
||||
host: '127.0.0.1',
|
||||
user: 'fitbot',
|
||||
password: 'fitbot123',
|
||||
database: 'fitbot',
|
||||
|
Reference in New Issue
Block a user