Commit d70a53f1810e84ab7027519997602c2305eceb02

Authored by Greg Sandstrom
1 parent 960be52eaf
Exists in main

move slackbot config to top level

Showing 2 changed files with 12 additions and 12 deletions Side-by-side Diff

slackbot_config.ini View file @ d70a53f
  1 +[general]
  2 +update_period_minutes = 30
  3 +
  4 +[influxdb]
  5 +host = localhost
  6 +port = 8086
  7 +dbname = change-me
  8 +
  9 +[slack]
  10 +post_url = https://slack.com/api/chat.postMessage
  11 +token = xoxb-change-me
  12 +channel_id = change-me
ssa/slackbot/slackbot_config.ini View file @ d70a53f
1   -[general]
2   -update_period_minutes = 30
3   -
4   -[influxdb]
5   -host = localhost
6   -port = 8086
7   -dbname = change-me
8   -
9   -[slack]
10   -post_url = https://slack.com/api/chat.postMessage
11   -token = xoxb-change-me
12   -channel_id = change-me