- Timestamp:
- 08/29/22 22:31:57 (2 years ago)
- Branches:
- master
- Children:
- dbd4834
- Parents:
- b68ae8d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
phonelux-backend/src/main/resources/application.properties
rb68ae8d rdfd5d87 6 6 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL9Dialect 7 7 spring.jpa.properties.hibernate.format_sql=true 8 9 spring.mail.host=localhost 10 spring.mail.port=1025 11 spring.mail.username=hello 12 spring.mail.password=hello 13 14 spring.mail.properties.mail.transport.protocol=smtp 15 spring.mail.properties.mail.smtp.ssl.trust="*" 16 spring.mail.properties.mail.smtp.auth=false 17 spring.mail.properties.mail.smtp.starttls.enable=false 18 spring.mail.properties.mail.smtp.connectiontimeout=5000 19 spring.mail.properties.mail.smtp.timeout=3000 20 spring.mail.properties.mail.smtp.writetimeout=5000
Note:
See TracChangeset
for help on using the changeset viewer.