diff --git a/slackbot_config.ini b/slackbot_config.ini new file mode 100644 index 0000000..aa45ff2 --- /dev/null +++ b/slackbot_config.ini @@ -0,0 +1,12 @@ +[general] +update_period_minutes = 30 + +[influxdb] +host = localhost +port = 8086 +dbname = change-me + +[slack] +post_url = https://slack.com/api/chat.postMessage +token = xoxb-change-me +channel_id = change-me \ No newline at end of file diff --git a/ssa/slackbot/slackbot_config.ini b/ssa/slackbot/slackbot_config.ini deleted file mode 100644 index aa45ff2..0000000 --- a/ssa/slackbot/slackbot_config.ini +++ /dev/null @@ -1,12 +0,0 @@ -[general] -update_period_minutes = 30 - -[influxdb] -host = localhost -port = 8086 -dbname = change-me - -[slack] -post_url = https://slack.com/api/chat.postMessage -token = xoxb-change-me -channel_id = change-me \ No newline at end of file