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

Last change on this file since ebc5176 was ebc5176, checked in by unknown <mlviktor23@…>, 22 months ago

prototip

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