aa
This commit is contained in:
6
src/.env.production
Normal file
6
src/.env.production
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
DB_HOST_SQLSRVTEST=31.3.180.50
|
||||||
|
DB_PORT_SQLSRVTEST=14338
|
||||||
|
DB_DATABASE_SQLSRVTEST=ANAG_MACRO
|
||||||
|
DB_USERNAME_SQLSRVTEST=woo
|
||||||
|
DB_PASSWORD_SQLSRVTEST=4n4traPe@
|
||||||
|
API_KEY=m68yADSr123MIVIDA@154$DSAGVOK
|
||||||
@@ -66,6 +66,8 @@ const PORT = process.env.SERVER_PORT || 3000;
|
|||||||
console.log('Avvio del server...');
|
console.log('Avvio del server...');
|
||||||
console.log(`Configurazione: utilizzo della porta ${PORT}`);
|
console.log(`Configurazione: utilizzo della porta ${PORT}`);
|
||||||
|
|
||||||
|
console.log(process.env);
|
||||||
|
|
||||||
app.listen(PORT, () => {
|
app.listen(PORT, () => {
|
||||||
console.log(`Server in ascolto sulla porta ${PORT}`);
|
console.log(`Server in ascolto sulla porta ${PORT}`);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user