source: Git/target/classes/application-prod.properties@ 7fafead

main
Last change on this file since 7fafead was 7fafead, checked in by Test <matonikolov77@…>, 2 years ago

Resolving models

  • Property mode set to 100644
File size: 452 bytes
Line 
1spring.datasource.url=jdbc:postgresql://localhost:5432/db_202122z_va_prj_wediscussmovies
2spring.datasource.username=db_202122z_va_prj_wediscussmovies_owner_193113
3spring.datasource.password=7d8fb26b5697
4
5## default connection pool
6
7spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQL95Dialect
8spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
9
10spring.jpa.hibernate.ddl-auto=validate
11spring.jpa.show-sql=true
12
Note: See TracBrowser for help on using the repository browser.