diff --git a/jasamedika-config/src/main/resources/jdbc.localhost.properties b/jasamedika-config/src/main/resources/jdbc.localhost.properties index 8ba5f0c3..f4c1355b 100644 --- a/jasamedika-config/src/main/resources/jdbc.localhost.properties +++ b/jasamedika-config/src/main/resources/jdbc.localhost.properties @@ -1,7 +1,7 @@ jdbc.driver = org.postgresql.Driver hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect -hibernate.hbm2ddl = none +hibernate.hbm2ddl = update hibernate.format_sql = true hibernate.show_sql = true @@ -10,7 +10,7 @@ hikari.config.maximum.pool.size = 5 # DB Development jdbc.url = jdbc:postgresql://localhost:5432/rsabhk_backup jdbc.username = postgres -jdbc.password = root +jdbc.password = Postgr3s jdbc.serverName = localhost jdbc.databaseName = rsabhk_backup jdbc.portNumber = 5432