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