source: src/main/resources/application.properties@ 401a211

Last change on this file since 401a211 was 401a211, checked in by Gjoko <goko_kostadinov@…>, 21 months ago

Fixing security configuration

  • Property mode set to 100644
File size: 353 bytes
Line 
1spring.datasource.url=jdbc:postgresql://localhost:5432/schedlr
2spring.datasource.username=postgres
3spring.datasource.password=postgres
4
5spring.sql.init.mode=always
6
7spring.jpa.hibernate.ddl-auto=none
8spring.jpa.show-sql=true
9spring.jpa.properties.hibernate.format_sql=true
10spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
Note: See TracBrowser for help on using the repository browser.