source: source/MovieZilla-master/src/main/resources/application.properties@ fc7ec52

Last change on this file since fc7ec52 was fc7ec52, checked in by darkopopovski <darkopopovski39@…>, 22 months ago

all files

  • Property mode set to 100644
File size: 576 bytes
Line 
1
2
3server.port=9011
4
5spring.datasource.url=jdbc:postgresql://localhost:9999/db_202122z_va_prj_moviezilla
6spring.datasource.username=db_202122z_va_prj_moviezilla_owner
7spring.datasource.password=d3ec5f0df7ca
8
9spring.datasource.hikari.connectionTimeout=20000
10spring.datasource.hikari.maximumPoolSize=5
11
12spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
13spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
14
15spring.jpa.show-sql=true
16spring.main.allow-bean-definition-overriding=true
17spring.mvc.hiddenmethod.filter.enabled = true
18
19
Note: See TracBrowser for help on using the repository browser.