mirror of
https://github.com/System-End/cdn.git
synced 2026-04-20 00:25:16 +00:00
3 lines
116 B
Ruby
3 lines
116 B
Ruby
# frozen_string_literal: true
|
|
|
|
Lockbox.master_key = ENV["LOCKBOX_MASTER_KEY"] if ENV["LOCKBOX_MASTER_KEY"].present?
|