change hostname

This commit is contained in:
Nikola Petrov 2024-01-21 22:01:27 +01:00
parent 19b81189e6
commit 1dcbb772d2

2
app.js
View File

@ -3,7 +3,7 @@ var path = require('path');
var logger = require('morgan');
const http = require('http');
const hostname = 'petrovv.com';
const hostname = '127.0.0.1';
const httpPort = 4080;
var mongoose = require('mongoose');