Sha256: 290b4f700510cb639e6f6f00d0f01b5069793edb688f314172a54ee8800308a4

Contents?: true

Size: 526 Bytes

Versions: 2

Compression:

Stored size: 526 Bytes

Contents

require "test_helper"
require "azure"

Azure.configure do |config|
  config.access_key     = ENV.fetch("AZURE_ACCESS_KEY")
  config.account_name   = ENV.fetch("AZURE_ACCOUNT_NAME")
  config.table_host     = ENV.fetch("AZURE_TABLE_HOST")
  config.blob_host      = ENV.fetch("AZURE_BLOB_HOST")
  config.queue_host     = ENV.fetch("AZURE_QUEUE_HOST")

  config.acs_namespace  = ENV.fetch("AZURE_ACS_NAMESPACE")
  config.sb_access_key  = ENV.fetch("AZURE_SB_ACCESS_KEY")
  config.sb_issuer      = ENV.fetch("AZURE_SB_ISSUER")
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure-0.1.1 test/integration/test_helper.rb
azure-0.1.0 test/integration/test_helper.rb