mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 20:55:11 +00:00
3 lines
72 B
Ruby
3 lines
72 B
Ruby
Slack.configure do |config|
|
|
config.token = ENV["SLACK_BOT_TOKEN"]
|
|
end
|