Sha256: 360e768a18d5084b1b5d98bfc5b06fa7d5d688b4cd32e2bf7ea41594b9d48cdd

Contents?: true

Size: 380 Bytes

Versions: 3

Compression:

Stored size: 380 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

  # Legacy.
  mattr_accessor :jwt_signing_key

  self.apimap = []
  self.allowed_users = []
  self.models = []
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
forest_liana-1.3.45 lib/forest_liana.rb
forest_liana-1.3.44 lib/forest_liana.rb
forest_liana-1.3.43 lib/forest_liana.rb