Last change
on this file was bc30bce, checked in by blagojanikoloski <blagojanikoloski1@…>, 20 months ago |
cimeri app
|
-
Property mode
set to
100644
|
File size:
711 bytes
|
Rev | Line | |
---|
[bc30bce] | 1 |
|
---|
| 2 |
|
---|
| 3 | ## PostgreSQL
|
---|
| 4 | spring.datasource.schema=classpath:/project.sql
|
---|
| 5 | spring.datasource.url=jdbc:postgresql://localhost:9998/db_202223z_va_prj_cimeri
|
---|
| 6 | spring.datasource.username=db_202223z_va_prj_cimeri_owner
|
---|
| 7 | spring.datasource.password=b7733457bb47
|
---|
| 8 | spring.datasource.schema=classpath:/project.sql
|
---|
| 9 |
|
---|
| 10 | ## default connection pool
|
---|
| 11 | spring.datasource.hikari.connectionTimeout=20000
|
---|
| 12 | spring.datasource.hikari.maximumPoolSize=5
|
---|
| 13 |
|
---|
| 14 | spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
|
---|
| 15 | spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
|
---|
| 16 |
|
---|
| 17 | spring.jpa.hibernate.ddl-auto=none
|
---|
| 18 | spring.jpa.show-sql=true
|
---|
| 19 |
|
---|
| 20 | spring.datasource.initialization-mode=always
|
---|
| 21 | spring.datasource.initialize=true
|
---|
| 22 |
|
---|
| 23 |
|
---|
| 24 |
|
---|
| 25 |
|
---|
| 26 |
|
---|
| 27 |
|
---|
| 28 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.