source: src/main/resources/application.properties@ fdfbdde

Last change on this file since fdfbdde was fdfbdde, checked in by Stojilkova Sara <sara.stojilkova.students.finki.ukim.mk>, 9 months ago

Initial commit

  • Property mode set to 100644
File size: 306 bytes
Line 
1spring.datasource.url=jdbc:postgresql://localhost:9999/db_202324z_va_prj_stma_2324z
2spring.datasource.username=db_202324z_va_prj_stma_2324z_owner
3spring.datasource.password=6c398008bf00
4
5spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
6
7spring.jpa.hibernate.ddl-auto=validate
Note: See TracBrowser for help on using the repository browser.