source: bus-n-go-pavel-216049/bus-n-go-backend/src/main/resources/application.properties@ dedbf60

Last change on this file since dedbf60 was baf4cc4, checked in by ppaunovski <paunovskipavel@…>, 4 weeks ago

split group project and individual project into two separate folders

  • Property mode set to 100644
File size: 872 bytes
Line 
1spring.application.name=bus-n-go-backend
2spring.datasource.url=jdbc:postgresql://localhost:5432/db_202324z_va_prj_busngo
3spring.datasource.username=db_202324z_va_prj_busngo_owner
4spring.datasource.password=d9f924580e7
5#spring.datasource.url=jdbc:postgresql://localhost:5432/bus_go
6#spring.datasource.username=postgres
7#spring.datasource.password=admin
8spring.datasource.driver-class-name=org.postgresql.Driver
9
10
11spring.datasource.hikari.connection-timeout=20000
12spring.datasource.hikari.maximum-pool-size=5
13
14spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
15spring.jpa.properties.hibernate.jdbc.non_contextual_creation=true
16spring.jpa.properties.hibernate.default_schema=project
17
18spring.jpa.hibernate.ddl-auto=validate
19spring.jpa.show-sql=true
20
21materialized.view.refresh.rate=43200000
22 #43200000 #12 hours
23spring.flyway.default-schema=project
Note: See TracBrowser for help on using the repository browser.