spring.datasource.url=jdbc:postgresql://localhost:9999/db_202223z_va_prj_finkiforums spring.datasource.username=db_202223z_va_prj_finkiforums_owner spring.datasource.password=57fce649fc48 ## default connection pool spring.datasource.hikari.connectionTimeout=20000 spring.datasource.hikari.maximumPoolSize=5 spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQL95Dialect spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true spring.jpa.hibernate.ddl-auto=validate spring.jpa.show-sql=true spring.servlet.multipart.max-file-size=100000000MB spring.servlet.multipart.max-request-size=100000000MB