Skip to content

Commit 086490b

Browse files
authored
Disable error raising and exception showing
1 parent 01ff840 commit 086490b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

devtracker.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
set :google_recaptcha_publicKey, ENV["GOOGLE_PUBLIC_KEY"]
8888
set :google_recaptcha_privateKey, ENV["GOOGLE_PRIVATE_KEY"]
8989

90-
set :raise_errors, true
91-
set :show_exceptions, true
90+
set :raise_errors, false
91+
set :show_exceptions, false
9292
set :log_api_calls, false
9393

9494
set :devtracker_page_title, ''

0 commit comments

Comments
 (0)