Update jdbc.development.properties

Ubah database
This commit is contained in:
Salman Manoe 2023-05-19 20:02:21 +07:00
parent 4cbbebb414
commit 94c28e926d

View File

@ -8,11 +8,11 @@ hibernate.show_sql = true
hikari.config.maximum.pool.size = 5
# DB Development
jdbc.url = jdbc:postgresql://192.168.12.3:5432/rsabhk_backup
jdbc.url = jdbc:postgresql://192.168.12.3:5432/rsab_hk_production
jdbc.username = postgres
jdbc.password = postgres
jdbc.serverName = 192.168.12.3
jdbc.databaseName = rsabhk_backup
jdbc.databaseName = rsab_hk_production
jdbc.portNumber = 5432
corePoolSizeAsyncConfigurer = 5