6 lines
150 B
Ruby
6 lines
150 B
Ruby
if Rails.env.production?
|
|
# Specify env variable/location/etc. to retrieve key from
|
|
else
|
|
KEY = "123456789101112123456789101112123456789101112"
|
|
end
|