-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.yml-example
30 lines (22 loc) · 972 Bytes
/
config.yml-example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Update these values with your Slack tokens:
slack_app_token: xapp-XXXX
slack_bot_token: xoxb-XXXX
# OPTIONAL configuration is below this line. Default or example values are shown in the commented out fields.
# Run the app on host:port.
#host: localhost
#port: 5000
# Enable SSL by defining the cert and key paths.
#certfile: certfile.pem
#keyfile: keyfile.key
# Use a web address when serving Slack View behind a reverse proxy.
# This address is used by the javascript client to connect to the websocket.
# To setup a reverse proxy in nginx, see the nginx-slackview.conf-example file.
#web_address: http://slackview.yourdomain.com
# Console log level: DEBUG, INFO, WARN or ERROR
#loglevel: INFO
# If the channel_default is set, the index page will redirect to this channel page.
#channel_default: general
# How many messages to retrieve on page load.
#history_limit: 25
# Choose a themed stylesheet that is available under the static/css directory.
#theme: dark