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

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

left: moderation, oAuth, messaging

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