File: config.rb

package info (click to toggle)
ruby-gitlab-fog-azure-rm 1.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 756 kB
  • sloc: ruby: 5,926; sh: 9; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 69 bytes parent folder | download | duplicates (3)
1
2
3
4
5
module Fog
  module AzureRM
    LOCATION = 'eastus'.freeze
  end
end