source: src/main/resources/application-prod.properties@ 3965aed

Last change on this file since 3965aed was 3965aed, checked in by lepaSi <86915414+lepaSi@…>, 9 months ago

Init

  • Property mode set to 100644
File size: 560 bytes
Line 
1##PostgreSQL
2spring.datasource.url=jdbc:postgresql://localhost:9999/db_202223z_va_prj_vehiclerent?currentSchema=project
3spring.datasource.username=db_202223z_va_prj_vehiclerent_owner
4spring.datasource.password=2806c4a496ba
5
6##default connection pool
7spring.datasource.hikari.connection-timeout=20000
8spring.datasource.hikari.maximum-pool-size=5
9
10spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
11spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
12
13spring.jpa.hibernate.ddl-auto=none
14spring.jpa.show-sql=true
15
Note: See TracBrowser for help on using the repository browser.