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

Last change on this file since adf250d was 21db775, checked in by DenicaKj <dkorvezir@…>, 22 months ago

Create application-prod.properties

Connection to database

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