mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-12 05:53:14 -08:00
5 lines
130 B
Ruby
5 lines
130 B
Ruby
# frozen_string_literal: true
|
|
|
|
Rails.application.configure do
|
|
config.x.single_user_mode = ENV['SINGLE_USER_MODE'] == 'true'
|
|
end
|