mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-13 06:23:15 -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
|