Files
railsgoat/config/initializers/key.rb
T
2013-11-13 18:24:26 -05:00

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