Files
railsgoat/config/initializers/key.rb
T
2017-12-05 18:46:21 -06:00

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