edit server

This commit is contained in:
Francesco Esposito 2019-08-06 18:52:48 +02:00
parent 64246543b7
commit a1f0eadd7c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const mongoose = require('./config/database');
const app = express();
app.set('secretKey', 'ciccio'); // sostituire con variabili ambiente
app.set('secretKey', 'ciccio'); // sostituire con variabili ambiente (env)
app.disable('etag');
// connection to mongodb