Sha256: ec97bb2d67635759174d6b2cca253507418f38d61b3a01514dab46db7a2a9e02

Contents?: true

Size: 369 Bytes

Versions: 7

Compression:

Stored size: 369 Bytes

Contents

# frozen_string_literal: true
require "anyway"

module Anycable
  # Anycable configuration
  class Config < Anyway::Config
    config_name :anycable

    attr_config :connection_factory,
                rpc_host: "localhost:50051",
                redis_url: "redis://localhost:6379/5",
                redis_channel: "anycable",
                debug: false
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
anycable-0.4.6 lib/anycable/config.rb
anycable-0.4.5 lib/anycable/config.rb
anycable-0.4.4 lib/anycable/config.rb
anycable-0.4.3 lib/anycable/config.rb
anycable-0.4.2 lib/anycable/config.rb
anycable-0.4.1 lib/anycable/config.rb
anycable-0.4.0 lib/anycable/config.rb