Skip to content
Snippets Groups Projects
application.properties 442 B
Newer Older
Ester Vilímková's avatar
Ester Vilímková committed
server.port=5003

management.endpoints.web.exposure.include=health, metrics
management.endpoint.health.show-details=always
management.health.defaults.enabled=true
management.endpoint.health.probes.enabled=true

Martin Gargalovič's avatar
Martin Gargalovič committed
spring.mail.host=smtp.gmail.com
spring.mail.port=587
spring.mail.username=sprachschul@gmail.com
spring.mail.password=xnyxsknctypmubbb
Martin Gargalovič's avatar
Martin Gargalovič committed
spring.mail.properties.mail.smtp.auth=true
spring.mail.properties.mail.smtp.starttls.enable=true