source: jobvista-backend/src/main/resources/application.properties@ befb988

main
Last change on this file since befb988 was 28b3398, checked in by 223021 <daniel.ilievski.2@…>, 3 weeks ago

Implemented job application functionality, added job advertisement filtering and replaced text areas with editors

  • Property mode set to 100644
File size: 569 bytes
Line 
1spring.application.name=jobvista-backend
2
3spring.datasource.driver-class-name=org.postgresql.Driver
4spring.datasource.url=jdbc:postgresql://localhost:5432/jobvistaDB
5spring.datasource.username=postgres
6spring.datasource.password=postgres
7
8#spring.jpa.hibernate.ddl-auto=create-drop
9spring.jpa.hibernate.ddl-auto=update
10spring.jpa.show-sql=true
11
12spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
13
14file.upload-dir=./uploads
15
16spring.servlet.multipart.enabled=true
17spring.servlet.multipart.max-file-size=2MB
18spring.servlet.multipart.max-request-size=2MB
Note: See TracBrowser for help on using the repository browser.