module Slack::Events::Config

def reset

def reset
  self.signing_secret = ENV['SLACK_SIGNING_SECRET']
  self.signature_expires_in = 5 * 60
end