main
Last change
on this file since b7ec74e 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
|
Line | |
---|
1 | spring.datasource.url=jdbc:postgresql://localhost:5432/profesori.mk
|
---|
2 | spring.datasource.username=postgres
|
---|
3 | spring.datasource.password=1win7337
|
---|
4 | spring.jpa.hibernate.ddl-auto=update
|
---|
5 | spring.jpa.show-sql=false
|
---|
6 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
---|
7 | spring.jpa.properties.hibernate.format_sql=true
|
---|
8 | server.address=192.168.0.17
|
---|
9 | spring.mail.host=192.168.0.24
|
---|
10 | spring.mail.username=mailuser
|
---|
11 | spring.mail.password=mailpass
|
---|
12 | spring.mail.port=1025 |
---|
Note:
See
TracBrowser
for help on using the repository browser.