Sha256: 3445422f3eab35669deb2ba18a71609b05857c6875841f0afb0c87ed685361da

Contents?: true

Size: 746 Bytes

Versions: 5

Compression:

Stored size: 746 Bytes

Contents

module VMC

  # This is the internal VMC version number, and is not necessarily
  # the same as the RubyGem version (VMC::Cli::VERSION).
  VERSION = '0.3.18.1'

  # Targets
  DEFAULT_TARGET = 'http://api.cloud.anotherservice.com'
  DEFAULT_LOCAL_TARGET = 'http://api.vcap.me'

  # General Paths
  INFO_PATH            = 'info'
  GLOBAL_SERVICES_PATH = ['info', 'services']
  GLOBAL_RUNTIMES_PATH = ['info', 'runtimes']
  GLOBAL_INFRAS_PATH   = ['info', 'infras']
  RESOURCES_PATH       = 'resources'

  # User specific paths
  APPS_PATH            = 'apps'
  SERVICES_PATH        = 'services'
  USERS_PATH           = 'users'
  
  # Service paths
  SERVICE_EXPORT_PATH  = ['services','export']
  SERVICE_IMPORT_PATH  = ['services','import']

end

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
sys-0.3 lib/vmc/const.rb
olympe-0.1 lib/vmc/const.rb
sys-0.2 lib/vmc/const.rb
as-1.0 lib/vmc/const.rb
as-0.3.18.11 lib/vmc/const.rb