This commit is contained in:
ridwan 2025-08-05 13:48:37 +07:00
parent 9be130c829
commit 27eec91cd0

View File

@ -2,6 +2,7 @@ server.port=7777
spring.datasource.type=com.zaxxer.hikari.HikariDataSource
spring.datasource.driver-class-name=org.postgresql.Driver
spring.datasource.url=jdbc:postgresql://ds.rsabhk.lan:5432/rsab_hk_production
#spring.datasource.url=jdbc:postgresql://172.16.44.35:5432/rsab_hk_production
spring.datasource.username=postgres
spring.datasource.password=root
spring.mvc.dispatch-trace-request=true