Module: Jellyfish::Fog::Azure
- Defined in:
- lib/jellyfish_fog.rb,
lib/jellyfish_fog/infrastructure.rb
Defined Under Namespace
Classes: Infrastructure
Class Method Summary collapse
Class Method Details
.settings ⇒ Object
39 40 41 42 43 44 45 46 |
# File 'lib/jellyfish_fog.rb', line 39 def self.settings { provider: 'azure', azure_sub_id: ENV.fetch('JELLYFISH_AZURE_SUB_ID'), azure_pem: ENV.fetch('JELLYFISH_AZURE_PEM_PATH'), azure_api_url: ENV.fetch('JELLYFISH_AZURE_API_URL') } end |