9902345291
muahahahah
7 lines
180 B
Ruby
7 lines
180 B
Ruby
# frozen_string_literal: true
|
|
if Rails.env.production?
|
|
# Specify env variable/location/etc. to retrieve key from
|
|
else
|
|
KEY = "123456789101112123456789101112123456789101112"
|
|
end
|