hackatime/config/initializers/slack.rb
2025-02-23 01:57:22 -05:00

3 lines
118 B
Ruby

Slack.configure do |config|
config.token = ENV["SLACK_BOT_OAUTH_TOKEN"] # Using the existing env variable name
end