1
0
Fork 0
This commit is contained in:
Alex Kotov 2018-11-29 20:01:22 +05:00
parent 9adcefce02
commit e5d5359cc3
No known key found for this signature in database
GPG key ID: 4E831250F47DE154

View file

@ -3,5 +3,5 @@
# Be sure to restart your server when you modify this file.
Raven.configure do |config|
config.dsn = Rails.application.secrets.raven_dsn
config.dsn = Rails.application.credentials.raven_dsn
end