Changed application.properties default values to be more obvious if not configured correctly

This commit is contained in:
neviyn 2019-08-16 09:25:31 +01:00
parent 17044297e9
commit f5ed44415e

View File

@ -7,9 +7,9 @@ spring.cache.cache-names=observations,charts
spring.cache.caffeine.spec=maximumSize=500,expireAfterAccess=600s
management.endpoints.web.exposure.include=health,info,metrics
smtp.enabled=false
smtp.host=x
smtp.host=HOST_NOT_CONFIGURED
smtp.port=587
smtp.username=none
smtp.username=USERNAME_NOT_CONFIGURED
smtp.password=none
smtp.toaddress=none
smtp.toaddress=TO_ADDRESS_NOT_CONFIGURED
smtp.autosendoncomplete=false