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
|
Line | |
---|
1 |
|
---|
2 | spring.datasource.url=jdbc:postgresql://localhost:9999/db_202324z_va_prj_fitnesstrackingapp
|
---|
3 | spring.datasource.username=db_202324z_va_prj_fitnesstrackingapp_owner
|
---|
4 | spring.datasource.password=865b00a71f94
|
---|
5 | server.port=9090
|
---|
6 | spring.datasource.driver-class-name=org.postgresql.Driver
|
---|
7 |
|
---|
8 | spring.datasource.hikari.maximum-pool-size=5
|
---|
9 | spring.datasource.hikari.connection-timeout=20000
|
---|
10 | spring.jpa.properties.hibernate.default_schema=project
|
---|
11 |
|
---|
12 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
---|
13 | spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
|
---|
14 |
|
---|
15 |
|
---|
16 | spring.jpa.hibernate.ddl-auto=validate
|
---|
17 | spring.jpa.show-sql=true
|
---|
Note:
See
TracBrowser
for help on using the repository browser.