logo

mastofe

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

single_user_mode.rb (130B)


  1. # frozen_string_literal: true
  2. Rails.application.configure do
  3. config.x.single_user_mode = ENV['SINGLE_USER_MODE'] == 'true'
  4. end