Files
actions/app-monolith/src/main/resources/application-cloud.properties
2018-06-05 10:50:11 +02:00

5 lines
214 B
Properties

spring.datasource.url=jdbc:postgresql://postgresql:5432/postgres
spring.datasource.username=postgres
spring.datasource.password=postgres
# no money == small pool size ;)
spring.datasource.hikari.maximum-pool-size=2