Sha256: 9e17e5dee0bd94561095f2db163e81de9fc32d1ae21c144d5a96a7b226b9b468

Contents?: true

Size: 574 Bytes

Versions: 8

Compression:

Stored size: 574 Bytes

Contents

require 'forest_liana/engine'

module Forest
end

module ForestLiana
  module UserSpace
  end

  mattr_accessor :secret_key
  mattr_accessor :auth_key
  mattr_accessor :integrations
  mattr_accessor :apimap
  mattr_accessor :allowed_users
  mattr_accessor :models
  mattr_accessor :excluded_models
  mattr_accessor :included_models
  mattr_accessor :inject_forest_cors

  # Legacy.
  mattr_accessor :jwt_signing_key

  self.apimap = []
  self.allowed_users = []
  self.models = []
  self.excluded_models = []
  self.included_models = []
  self.inject_forest_cors = true
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
forest_liana-1.4.3 lib/forest_liana.rb
forest_liana-1.4.2 lib/forest_liana.rb
forest_liana-1.4.1 lib/forest_liana.rb
forest_liana-1.4.0 lib/forest_liana.rb
forest_liana-1.3.53 lib/forest_liana.rb
forest_liana-1.3.52 lib/forest_liana.rb
forest_liana-1.3.51 lib/forest_liana.rb
forest_liana-1.3.50 lib/forest_liana.rb