if Rails.env.production? # Specify env variable/location/etc. to retrieve key from elsif Rails.env.development? KEY = "123456789101112123456789101112123456789101112" end