change hostname
This commit is contained in:
parent
19b81189e6
commit
1dcbb772d2
2
app.js
2
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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user