Skip to content

Commit 89a5722

Browse files
author
Martijn Russchen
committed
Removed more raven config
1 parent 393b9c2 commit 89a5722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
config[:jslib_uri] = 'http://localhost:8000/lib/dist/factlink_loader.js?o=proxy'
1010
end
1111

12-
[:redirect_for_no_url, :hostname, :host, :jslib_uri, :raven_dsn].each do |var|
12+
[:redirect_for_no_url, :hostname, :host, :jslib_uri].each do |var|
1313
config[var] = ENV[var.to_s] if ENV.key? var.to_s
1414
end
1515

0 commit comments

Comments
 (0)