From 58e9249e517c539981d0f9d43125ef217597543a Mon Sep 17 00:00:00 2001 From: Dennis de Best Date: Sun, 12 Apr 2020 15:29:26 +0200 Subject: [PATCH] Reorder cofiguration file --- .../0.3/config/packages/mattermost_publication.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codebuds/mattermost-publication-bundle/0.3/config/packages/mattermost_publication.yaml b/codebuds/mattermost-publication-bundle/0.3/config/packages/mattermost_publication.yaml index aefd5af9..d451ed16 100644 --- a/codebuds/mattermost-publication-bundle/0.3/config/packages/mattermost_publication.yaml +++ b/codebuds/mattermost-publication-bundle/0.3/config/packages/mattermost_publication.yaml @@ -1,5 +1,5 @@ mattermost_publication: webhook_url: '%env(MATTERMOST_WEBHOOK_URL)%' + channel: null username: null icon_url: null - channel: null