Update jdbc properties
Setting untuk localhost
This commit is contained in:
parent
cb51398ead
commit
73f6f8eeef
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user