Update jdbc.localhost.properties

Penyesuaian config localhost baru
This commit is contained in:
Salman Manoe 2024-10-16 08:31:57 +07:00
parent 8c558eedbd
commit f15894a8b7

View File

@ -8,12 +8,12 @@ hibernate.show_sql = true
hikari.config.maximum.pool.size = 5
# DB Development
jdbc.url = jdbc:postgresql://localhost:5432/rsab_hk_production
jdbc.url = jdbc:postgresql://localhost:5439/rsab_hk
jdbc.username = postgres
jdbc.password = [Rsabhk79]
jdbc.serverName = localhost
jdbc.databaseName = rsab_hk_production
jdbc.portNumber = 5432
jdbc.databaseName = rsab_hk
jdbc.portNumber = 5439
corePoolSizeAsyncConfigurer = 5
maxPoolSizeAsyncConfigurer = 5