mirror of
https://github.com/System-End/cdn.git
synced 2026-04-19 16:18:17 +00:00
wack
This commit is contained in:
parent
857d469353
commit
adcd394ec4
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
BlindIndex.master_key = ENV.fetch("BLIND_INDEX_MASTER_KEY")
|
||||
BlindIndex.master_key = ENV["BLIND_INDEX_MASTER_KEY"] if ENV["BLIND_INDEX_MASTER_KEY"].present?
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Lockbox.master_key = ENV.fetch("LOCKBOX_MASTER_KEY")
|
||||
Lockbox.master_key = ENV["LOCKBOX_MASTER_KEY"] if ENV["LOCKBOX_MASTER_KEY"].present?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue