main
Last change
on this file since 28b3398 was 28b3398, checked in by 223021 <daniel.ilievski.2@…>, 6 months 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 | |
---|
1 | spring.application.name=jobvista-backend
|
---|
2 |
|
---|
3 | spring.datasource.driver-class-name=org.postgresql.Driver
|
---|
4 | spring.datasource.url=jdbc:postgresql://localhost:5432/jobvistaDB
|
---|
5 | spring.datasource.username=postgres
|
---|
6 | spring.datasource.password=postgres
|
---|
7 |
|
---|
8 | #spring.jpa.hibernate.ddl-auto=create-drop
|
---|
9 | spring.jpa.hibernate.ddl-auto=update
|
---|
10 | spring.jpa.show-sql=true
|
---|
11 |
|
---|
12 | spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
|
---|
13 |
|
---|
14 | file.upload-dir=./uploads
|
---|
15 |
|
---|
16 | spring.servlet.multipart.enabled=true
|
---|
17 | spring.servlet.multipart.max-file-size=2MB
|
---|
18 | spring.servlet.multipart.max-request-size=2MB
|
---|
Note:
See
TracBrowser
for help on using the repository browser.