import dotenv from 'dotenv' dotenv.config() /* Kiíratjuk a .env fájl tartalmából a DB_DIALECT tulajdonságot: */ console.log(process.env.DB_DIALECT);