main
Last change
on this file since 9bf1f8d was 9bf1f8d, checked in by viktor <viktor@…>, 2 years ago |
prefinal
|
-
Property mode
set to
100644
|
File size:
500 bytes
|
Rev | Line | |
---|
[af801e3] | 1 | spring.datasource.url=jdbc:postgresql://localhost:5432/profesorimk
|
---|
[9506ca8] | 2 | spring.datasource.username=postgres
|
---|
[af801e3] | 3 | spring.datasource.password=baz@228
|
---|
[6c1d611] | 4 | spring.jpa.hibernate.ddl-auto=update
|
---|
[9506ca8] | 5 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
---|
[c68150f] | 6 | spring.jpa.show-sql=false
|
---|
[6c1d611] | 7 | spring.jpa.properties.hibernate.format_sql=true
|
---|
[9bf1f8d] | 8 | server.address=192.168.1.254
|
---|
| 9 | spring.mail.host=192.168.1.254
|
---|
[6c1d611] | 10 | spring.mail.username=mailuser
|
---|
| 11 | spring.mail.password=mailpass
|
---|
[c68150f] | 12 | spring.mail.port=1025
|
---|
[9bf1f8d] | 13 | spring.jpa.open-in-view=false |
---|
Note:
See
TracBrowser
for help on using the repository browser.