That feature is gone and we already use environment variables... https://github.com/rails/rails/pull/47801
1 line
53 B
Ruby
1 line
53 B
Ruby
Stripe.api_key = ENV.fetch('STRIPE_SECRET_KEY', nil)
|