This commit is contained in:
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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user