aboutsummaryrefslogtreecommitdiffstats
path: root/fancy_bear/contextio/config.rb
blob: 046848d09ca46e342adcf1b1fa3e800d2f540a22 (plain)
1
2
3
4
5
6
module FancyBear
  module ContextIO
    API_KEY = ENV['CONTEXTIO_API_KEY']
    API_SECRET = ENV['CONTEXTIO_API_SECRET']
  end
end