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

main
Last change on this file since 19398ad was d8b6c91, checked in by 223021 <daniel.ilievski.2@…>, 8 weeks ago

Initial commit - implementirano registracija i logiranje so Spring Security i JSON Web Token-i vo backend-ot kako i navbar i formi za istoto vo frontend-ot

  • Property mode set to 100644
File size: 376 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
8spring.jpa.hibernate.ddl-auto=create-drop
9spring.jpa.show-sql=true
10
11spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
Note: See TracBrowser for help on using the repository browser.