forked from coursehero/slacktee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
slacktee.conf
13 lines (13 loc) · 1.03 KB
/
slacktee.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
# ----------
# Configuration
# Describes the Incoming Webhook allowing you to post messages into Slack.
# After the configuration, copy this file to /etc or your home directory.
# NOTE : Please rename this file to '.slacktee', if you'd like to place this in your home directory.
# ----------
webhook_url="" # Incoming Webhooks integration URL. See https://my.slack.com/services/new/incoming-webhook
token="" # The user's API authentication token, only used for file uploads or streaming. See https://api.slack.com/#auth
channel="" # Default channel to post messages. '#' is prepended, if it doesn't start with '#' or '@'.
tmp_dir="/tmp" # Temporary file is created in this directory.
username="slacktee" # Default username to post messages.
icon="ghost" # Default emoji or a direct url to an image to post messages. You don't have to wrap emoji with ':'. See http://www.emoji-cheat-sheet.com.
attachment="" # Default color of the attachments. If an empty string is specified, the attachments are not used.