source: src/main/resources/application-prod.properties

Last change on this file was 8d11f8c, checked in by jovanmanchev <jovanmanchev3003@…>, 18 months ago

code added, trial 2

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