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

main
Last change on this file was 8dffe02, checked in by unknown <mlviktor23@…>, 18 months ago

prefinal reproducible

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