source: Sources/backend/src/main/resources/application.properties@ 0e4e3d1

Last change on this file since 0e4e3d1 was 8423429, checked in by AngelNasev <angel.nasev@…>, 15 months ago

Add backend and frontend projects

  • Property mode set to 100644
File size: 633 bytes
Line 
1spring.datasource.url=jdbc:postgresql://localhost:9999/db_202223z_va_prj_finkiforums
2spring.datasource.username=db_202223z_va_prj_finkiforums_owner
3spring.datasource.password=57fce649fc48
4
5## default connection pool
6spring.datasource.hikari.connectionTimeout=20000
7spring.datasource.hikari.maximumPoolSize=5
8
9spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQL95Dialect
10spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
11
12spring.jpa.hibernate.ddl-auto=validate
13spring.jpa.show-sql=true
14
15spring.servlet.multipart.max-file-size=100000000MB
16spring.servlet.multipart.max-request-size=100000000MB
Note: See TracBrowser for help on using the repository browser.