change hostname
This commit is contained in:
2
app.js
2
app.js
@@ -3,7 +3,7 @@ var path = require('path');
|
|||||||
var logger = require('morgan');
|
var logger = require('morgan');
|
||||||
const http = require('http');
|
const http = require('http');
|
||||||
|
|
||||||
const hostname = 'petrovv.com';
|
const hostname = '127.0.0.1';
|
||||||
const httpPort = 4080;
|
const httpPort = 4080;
|
||||||
|
|
||||||
var mongoose = require('mongoose');
|
var mongoose = require('mongoose');
|
||||||
|
Reference in New Issue
Block a user