source: CookCraft/CookCraft-master/src/main/resources/application.properties@ d7b7f00

Last change on this file since d7b7f00 was d7b7f00, checked in by Gorazd Biskoski <gorazdbiskoskii@…>, 4 weeks ago

Add project

  • Property mode set to 100644
File size: 542 bytes
RevLine 
[d7b7f00]1spring.application.name=CookCraft
2
3spring.datasource.url=jdbc:postgresql://localhost:5432/cookcraftdb
4spring.datasource.username=postgres
5spring.datasource.password=postgres
6spring.datasource.driver-class-name=org.postgresql.Driver
7
8spring.datasource.hikari.connectionTimeout=20000
9spring.datasource.hikari.maximumPoolSize=5
10
11spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
12spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
13spring.jpa.hibernate.ddl-auto=validate
14
15spring.jpa.show-sql=true
16
Note: See TracBrowser for help on using the repository browser.