From 411d55647dd7dc9a8b228c9179ab22dee010733d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Sat, 28 Jan 2023 07:00:44 +0100 Subject: [PATCH] server: disable debug by default --- server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.rb b/server.rb index d7482b9..acc9ffd 100755 --- a/server.rb +++ b/server.rb @@ -17,7 +17,7 @@ require 'json' require 'sinatra' # allow dumping crashes in browser -DEBUG = true +DEBUG = false # maximum number of parts returned PARTS_LIMIT = 100 # credentials for database