source: springapp/src/main/resources/application.properties@ 9bf1f8d

main
Last change on this file since 9bf1f8d was 9bf1f8d, checked in by viktor <viktor@…>, 18 months ago

prefinal

  • Property mode set to 100644
File size: 500 bytes
Line 
1spring.datasource.url=jdbc:postgresql://localhost:5432/profesorimk
2spring.datasource.username=postgres
3spring.datasource.password=baz@228
4spring.jpa.hibernate.ddl-auto=update
5spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
6spring.jpa.show-sql=false
7spring.jpa.properties.hibernate.format_sql=true
8server.address=192.168.1.254
9spring.mail.host=192.168.1.254
10spring.mail.username=mailuser
11spring.mail.password=mailpass
12spring.mail.port=1025
13spring.jpa.open-in-view=false
Note: See TracBrowser for help on using the repository browser.