mirror of
https://github.com/franjsco/tick3t-api
synced 2025-06-05 22:09:20 +02:00
edit server
This commit is contained in:
@ -13,7 +13,7 @@ const mongoose = require('./config/database');
|
|||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
|
|
||||||
app.set('secretKey', 'ciccio'); // sostituire con variabili ambiente
|
app.set('secretKey', 'ciccio'); // sostituire con variabili ambiente (env)
|
||||||
app.disable('etag');
|
app.disable('etag');
|
||||||
|
|
||||||
// connection to mongodb
|
// connection to mongodb
|
||||||
|
Reference in New Issue
Block a user