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

main
Last change on this file since a5aba17 was af801e3, checked in by viktor <viktor@…>, 22 months ago

finished edit/delete/displace opinion/thread from report (react); todo reporting user/opinion/thread interface, public user pages and messaging (springboot)

  • Property mode set to 100644
File size: 466 bytes
RevLine 
[af801e3]1spring.datasource.url=jdbc:postgresql://localhost:5432/profesorimk
[9506ca8]2spring.datasource.username=postgres
[af801e3]3spring.datasource.password=baz@228
[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
[af801e3]8server.address=192.168.0.29
[3b6962d]9spring.mail.host=localhost
[6c1d611]10spring.mail.username=mailuser
11spring.mail.password=mailpass
[c68150f]12spring.mail.port=1025
Note: See TracBrowser for help on using the repository browser.