This commit is contained in:
Melaine Gérard 2024-11-28 10:25:50 +01:00
parent b83c0d5e9e
commit 796111d525

@ -22,7 +22,7 @@ public class HibernateConfig {
if (sessionFactory == null) {
try {
logger.info("Initializing Hibernate SessionFactory");
Dotenv dotenv = Dotenv.load();
Dotenv dotenv = org.camelia.studio.gachamelia.utils.Configuration.getInstance().getDotenv();
Properties props = new Properties();