Changed application.properties default values to be more obvious if not configured correctly
This commit is contained in:
parent
17044297e9
commit
f5ed44415e
@ -7,9 +7,9 @@ spring.cache.cache-names=observations,charts
|
|||||||
spring.cache.caffeine.spec=maximumSize=500,expireAfterAccess=600s
|
spring.cache.caffeine.spec=maximumSize=500,expireAfterAccess=600s
|
||||||
management.endpoints.web.exposure.include=health,info,metrics
|
management.endpoints.web.exposure.include=health,info,metrics
|
||||||
smtp.enabled=false
|
smtp.enabled=false
|
||||||
smtp.host=x
|
smtp.host=HOST_NOT_CONFIGURED
|
||||||
smtp.port=587
|
smtp.port=587
|
||||||
smtp.username=none
|
smtp.username=USERNAME_NOT_CONFIGURED
|
||||||
smtp.password=none
|
smtp.password=none
|
||||||
smtp.toaddress=none
|
smtp.toaddress=TO_ADDRESS_NOT_CONFIGURED
|
||||||
smtp.autosendoncomplete=false
|
smtp.autosendoncomplete=false
|
Loading…
Reference in New Issue
Block a user