source: src/main/resources/application.properties

main
Last change on this file was d659b83, checked in by Marko_Gjorgjievski_201136 <marko.gjorgjievski@…>, 2 months ago

Commiting the whole project

  • Property mode set to 100644
File size: 646 bytes
RevLine 
[d659b83]1
2spring.datasource.url=jdbc:postgresql://localhost:9999/db_202324z_va_prj_fitnesstrackingapp
3spring.datasource.username=db_202324z_va_prj_fitnesstrackingapp_owner
4spring.datasource.password=865b00a71f94
5server.port=9090
6spring.datasource.driver-class-name=org.postgresql.Driver
7
8spring.datasource.hikari.maximum-pool-size=5
9spring.datasource.hikari.connection-timeout=20000
10spring.jpa.properties.hibernate.default_schema=project
11
12spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
13spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
14
15
16spring.jpa.hibernate.ddl-auto=validate
17spring.jpa.show-sql=true
Note: See TracBrowser for help on using the repository browser.