Sha256: 9dfc169ac618eadd426fe70cc655099642e89f35fee097ba897d161bb3366db0
Contents?: true
Size: 189 Bytes
Versions: 2
Compression:
Stored size: 189 Bytes
Contents
class Databox::Configuration attr_accessor :push_token, :push_host def initialize @push_host ||= 'https://push.databox.com' @push_token ||= ENV['DATABOX_PUSH_TOKEN'] end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
databox-2.0.1 | lib/databox/configuration.rb |
databox-2.0.0 | lib/databox/configuration.rb |