nas/app/helpers/dtl_helper.rb
2023-09-12 09:04:20 +09:00

6 lines
156 B
Ruby

# frozen_string_literal: true
module DtlHelper
DTL_ENABLED = ENV.fetch('DTL_ENABLED', 'false') == 'true'
DTL_TAG = ENV.fetch('DTL_TAG', 'kmyblue')
end