source:
src/main/resources/application-prod.properties
Last change on this file was 2e46f06, checked in by , 2 years ago | |
---|---|
|
|
File size: 597 bytes |
Line | |
---|---|
1 | ## PostgreSQL |
2 | spring.datasource.url=jdbc:postgresql://localhost:5444/db_202223z_va_prj_autopartzmk |
3 | spring.datasource.username=db_202223z_va_prj_autopartzmk_owner |
4 | spring.datasource.password=ce8a327b3b72 |
5 | |
6 | |
7 | ## default connection pool |
8 | spring.datasource.hikari.connectionTimeout=20000 |
9 | spring.datasource.hikari.maximumPoolSize=5 |
10 | |
11 | spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQL95Dialect |
12 | spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true |
13 | spring.jpa.properties.hibernate.default_schema=project |
14 | |
15 | spring.jpa.hibernate.ddl-auto=validate |
16 | spring.jpa.show-sql=true |
Note:
See TracBrowser
for help on using the repository browser.