source: src/main/resources/application.properties@ 0e4d807

Last change on this file since 0e4d807 was 0e4d807, checked in by Ivona <ivonatapshanovska@…>, 10 months ago

Initial commit

  • Property mode set to 100644
File size: 616 bytes
Line 
1spring.datasource.url=jdbc:postgresql://localhost:9999/db_202223z_va_prj_laggernet
2spring.datasource.username=db_202223z_va_prj_laggernet_owner
3spring.datasource.password=5775b5c405b7
4spring.datasource.driver-class-name=org.postgresql.Driver
5
6spring.datasource.hikari.maximum-pool-size=5
7spring.datasource.hikari.connection-timeout=20000
8
9
10
11spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQL95Dialect
12spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
13spring.jpa.properties.hibernate.default_schema=project
14
15spring.jpa.hibernate.ddl-auto=validate
16spring.jpa.show-sql=true
17
Note: See TracBrowser for help on using the repository browser.