diff --git a/conf/full.yaml b/conf/full.yaml index ae0cb325f..0fc396209 100644 --- a/conf/full.yaml +++ b/conf/full.yaml @@ -167,10 +167,14 @@ notify: # expression packagePattern: ^example-package-regex$ # Any flags to be used with the regular expression - packagePatternFlags: i + # since verdaccio 2.2.2 this property has been disabled read #108 + # it will be re-enabled after 2.5.0 + # packagePatternFlags: i # If this endpoint requires specific headers, set them here # as an array of key: value objects. headers: [{'Content-type': 'application/x-www-form-urlencoded'}] + # headers supports as well a literal object + headers: {'Content-type': 'application/x-www-form-urlencoded'} # set the URL endpoint for this call endpoint: https://hooks.slack.com/... # Finally, the content you will be sending in the body.