source: src/main/resources/application-prod.properties@ 2e46f06

main
Last change on this file since 2e46f06 was 2e46f06, checked in by andrejtodorovski <82031894+andrejtodorovski@…>, 19 months ago

Adding the models and testing one view

  • Property mode set to 100644
File size: 597 bytes
Line 
1## PostgreSQL
2spring.datasource.url=jdbc:postgresql://localhost:5444/db_202223z_va_prj_autopartzmk
3spring.datasource.username=db_202223z_va_prj_autopartzmk_owner
4spring.datasource.password=ce8a327b3b72
5
6
7## default connection pool
8spring.datasource.hikari.connectionTimeout=20000
9spring.datasource.hikari.maximumPoolSize=5
10
11spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQL95Dialect
12spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
13spring.jpa.properties.hibernate.default_schema=project
14
15spring.jpa.hibernate.ddl-auto=validate
16spring.jpa.show-sql=true
Note: See TracBrowser for help on using the repository browser.