Sha256: 246fda99832e469786374cb29dfa2e8edefd944b13827edc525c96ca67166d22

Contents?: true

Size: 120 Bytes

Versions: 30

Compression:

Stored size: 120 Bytes

Contents

# frozen_string_literal: true

class HostConfig
  extend EnvSettings

  env_prefix :server

  from_env :host, :port
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
sinclair-1.6.7 spec/support/models/host_config.rb
sinclair-1.6.6 spec/support/models/host_config.rb
sinclair-1.6.5 spec/support/models/host_config.rb
sinclair-1.6.4 spec/support/models/host_config.rb
sinclair-1.6.3 spec/support/models/host_config.rb
sinclair-1.6.2 spec/support/models/host_config.rb
sinclair-1.6.1 spec/support/models/host_config.rb
sinclair-1.6.0 spec/support/models/host_config.rb
sinclair-1.5.2 spec/support/models/host_config.rb
sinclair-1.5.1 spec/support/models/host_config.rb