source: springapp/src/main/resources/application.properties@ a6dcc46

main
Last change on this file since a6dcc46 was 6c1d611, checked in by unknown <mlviktor23@…>, 2 years ago

added basic a&a + acc confirmation email sender service

  • Property mode set to 100644
File size: 470 bytes
RevLine 
[9506ca8]1spring.datasource.url=jdbc:postgresql://localhost:5432/profesori.mk
2spring.datasource.username=postgres
3spring.datasource.password=1win7337
[6c1d611]4spring.jpa.hibernate.ddl-auto=update
[9506ca8]5spring.jpa.show-sql=false
6spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
[6c1d611]7spring.jpa.properties.hibernate.format_sql=true
8server.address=192.168.0.17
9spring.mail.host=192.168.0.24
10spring.mail.username=mailuser
11spring.mail.password=mailpass
12spring.mail.port=1025
Note: See TracBrowser for help on using the repository browser.