add docker + debug
This commit is contained in:
parent
848a79a04e
commit
1f4193f9c0
26 changed files with 21051 additions and 28 deletions
|
|
@ -4,7 +4,7 @@ const mongoose = require('mongoose');
|
|||
const dotenv = require('dotenv');
|
||||
|
||||
// Chargement des variables d'environnement
|
||||
dotenv.config({ path: '../config/.env' });
|
||||
dotenv.config(); // Utilise le fichier .env dans le répertoire courant
|
||||
|
||||
// Initialisation de l'application Express
|
||||
const app = express();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue