Module: RestConfiguration

Extended by:
ApplicationConfiguration
Included in:
RestService
Defined in:
lib/rest/rest_configuration.rb

Constant Summary collapse

CONFIG =
{
  host: 'localhost:9292',
  path: '/api/v1',
  consul_check_http: "/health-check"
}.merge( RestConfiguration.config[:rest] )

Method Summary

Methods included from ApplicationConfiguration

config