Last change
on this file since d7b7f00 was d7b7f00, checked in by Gorazd Biskoski <gorazdbiskoskii@…>, 4 weeks ago |
Add project
|
-
Property mode
set to
100644
|
File size:
542 bytes
|
Line | |
---|
1 | spring.application.name=CookCraft
|
---|
2 |
|
---|
3 | spring.datasource.url=jdbc:postgresql://localhost:5432/cookcraftdb
|
---|
4 | spring.datasource.username=postgres
|
---|
5 | spring.datasource.password=postgres
|
---|
6 | spring.datasource.driver-class-name=org.postgresql.Driver
|
---|
7 |
|
---|
8 | spring.datasource.hikari.connectionTimeout=20000
|
---|
9 | spring.datasource.hikari.maximumPoolSize=5
|
---|
10 |
|
---|
11 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
---|
12 | spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
|
---|
13 | spring.jpa.hibernate.ddl-auto=validate
|
---|
14 |
|
---|
15 | spring.jpa.show-sql=true
|
---|
16 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.