We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ff840 commit 086490bCopy full SHA for 086490b
1 file changed
devtracker.rb
@@ -87,8 +87,8 @@
87
set :google_recaptcha_publicKey, ENV["GOOGLE_PUBLIC_KEY"]
88
set :google_recaptcha_privateKey, ENV["GOOGLE_PRIVATE_KEY"]
89
90
-set :raise_errors, true
91
-set :show_exceptions, true
+set :raise_errors, false
+set :show_exceptions, false
92
set :log_api_calls, false
93
94
set :devtracker_page_title, ''
0 commit comments