5 lines
173 B
Ruby
5 lines
173 B
Ruby
if Rails.env.production?
|
|
# Specify env variable/location/etc. to retrieve key from
|
|
elsif Rails.env.development?
|
|
KEY = "123456789101112123456789101112123456789101112"
|
|
end |