mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 13:44:47 +02:00
Fix indentation error
This commit is contained in:
parent
0ef6bd0475
commit
d5d3d6393f
1 changed files with 2 additions and 3 deletions
|
@ -17,7 +17,6 @@ Airbrake.configure do |config|
|
||||||
config.project_id = ENV['airbrake_project_id']
|
config.project_id = ENV['airbrake_project_id']
|
||||||
config.project_key = ENV['airbrake_project_key']
|
config.project_key = ENV['airbrake_project_key']
|
||||||
|
|
||||||
# Uncomment for Rails apps
|
config.environment = Rails.env
|
||||||
config.environment = Rails.env
|
config.ignore_environments = %w(development test)
|
||||||
config.ignore_environments = %w(development test)
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue