Sha256: 870062a5788e1714e61005c79d2ff36fcb5c104ab822dbeaad70ebe2d736da79

Contents?: true

Size: 317 Bytes

Versions: 5

Compression:

Stored size: 317 Bytes

Contents

require 'forest_liana/engine'

module ForestLiana
  module UserSpace
  end

  mattr_accessor :secret_key
  mattr_accessor :auth_key
  mattr_accessor :integrations
  mattr_accessor :apimap
  mattr_accessor :allowed_users

  # Legacy.
  mattr_accessor :jwt_signing_key

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
forest_liana-1.2.6 lib/forest_liana.rb
forest_liana-1.2.5 lib/forest_liana.rb
forest_liana-1.2.3 lib/forest_liana.rb
forest_liana-1.2.2 lib/forest_liana.rb
forest_liana-1.2.1 lib/forest_liana.rb