diff --git a/app.js b/app.js index 657265e..f96c2fe 100644 --- a/app.js +++ b/app.js @@ -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');