source: ReserveNGo-backend/src/main/resources/application-h2.properties@ 11edf7a

Last change on this file since 11edf7a was 7e391db, checked in by Nikola Jordanoski <nikolaj_koko@…>, 4 months ago

Renamed project folder

  • Property mode set to 100644
File size: 206 bytes
Line 
1spring.datasource.url=jdbc:h2:mem:testdb
2spring.datasource.username=admin
3spring.datasource.password=admin
4spring.jpa.hibernate.ddl-auto=create-drop
5spring.h2.console.enabled=true
6spring.h2.console.path=/h2
Note: See TracBrowser for help on using the repository browser.