logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

session_activations.rb (140B)


  1. # frozen_string_literal: true
  2. Rails.application.configure do
  3. config.x.max_session_activations = ENV['MAX_SESSION_ACTIVATIONS'] || 10
  4. end