From fb8c023b68b7ec5f0d9891245edb32218b5323b7 Mon Sep 17 00:00:00 2001 From: Gosuke Miyashita Date: Tue, 30 Jun 2020 16:52:00 +0900 Subject: [PATCH] Remove channel, username and iconurl from sample config.yaml --- example/cloud-functions/config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/example/cloud-functions/config.yaml b/example/cloud-functions/config.yaml index 2eb5eab..458bc29 100644 --- a/example/cloud-functions/config.yaml +++ b/example/cloud-functions/config.yaml @@ -25,9 +25,6 @@ queries: # url: $SLACK_WEBHOOK_URL (Define SLACK_WEBHOOK_URL by the environment valiable) # Or you can also define global slack settings slack: - channel: test title: クエリの結果です color: good # good or danger or warning - username: bqnotifybot - iconurl: https://avatars0.githubusercontent.com/u/7151005 # url: $SLACK_WEBHOOK_URL (Define SLACK_WEBHOOK_URL by the environment valiable)