Last change
on this file was baf4cc4, checked in by ppaunovski <paunovskipavel@…>, 3 months ago |
split group project and individual project into two separate folders
|
-
Property mode
set to
100644
|
File size:
872 bytes
|
Line | |
---|
1 | spring.application.name=bus-n-go-backend
|
---|
2 | spring.datasource.url=jdbc:postgresql://localhost:5432/db_202324z_va_prj_busngo
|
---|
3 | spring.datasource.username=db_202324z_va_prj_busngo_owner
|
---|
4 | spring.datasource.password=d9f924580e7
|
---|
5 | #spring.datasource.url=jdbc:postgresql://localhost:5432/bus_go
|
---|
6 | #spring.datasource.username=postgres
|
---|
7 | #spring.datasource.password=admin
|
---|
8 | spring.datasource.driver-class-name=org.postgresql.Driver
|
---|
9 |
|
---|
10 |
|
---|
11 | spring.datasource.hikari.connection-timeout=20000
|
---|
12 | spring.datasource.hikari.maximum-pool-size=5
|
---|
13 |
|
---|
14 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
---|
15 | spring.jpa.properties.hibernate.jdbc.non_contextual_creation=true
|
---|
16 | spring.jpa.properties.hibernate.default_schema=project
|
---|
17 |
|
---|
18 | spring.jpa.hibernate.ddl-auto=validate
|
---|
19 | spring.jpa.show-sql=true
|
---|
20 |
|
---|
21 | materialized.view.refresh.rate=43200000
|
---|
22 | #43200000 #12 hours
|
---|
23 | spring.flyway.default-schema=project |
---|
Note:
See
TracBrowser
for help on using the repository browser.