main
Last change
on this file since 800779d was 0ae838b, checked in by unknown <mlviktor23@…>, 2 years ago |
created Search service in springapp
|
-
Property mode
set to
100644
|
File size:
550 bytes
|
Rev | Line | |
---|
[9506ca8] | 1 | spring.datasource.url=jdbc:postgresql://localhost:5432/profesori.mk
|
---|
[0ae838b] | 2 | spring.datasource.connectionProperties=useUnicode=true;characterEncoding=utf-8;
|
---|
[9506ca8] | 3 | spring.datasource.username=postgres
|
---|
| 4 | spring.datasource.password=1win7337
|
---|
[6c1d611] | 5 | spring.jpa.hibernate.ddl-auto=update
|
---|
[9506ca8] | 6 | spring.jpa.show-sql=false
|
---|
| 7 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
---|
[6c1d611] | 8 | spring.jpa.properties.hibernate.format_sql=true
|
---|
| 9 | server.address=192.168.0.17
|
---|
| 10 | spring.mail.host=192.168.0.24
|
---|
| 11 | spring.mail.username=mailuser
|
---|
| 12 | spring.mail.password=mailpass
|
---|
| 13 | spring.mail.port=1025 |
---|
Note:
See
TracBrowser
for help on using the repository browser.