server: disable debug by default

This commit is contained in:
King Kévin 2023-01-28 07:00:44 +01:00
parent 6ed376ffae
commit 411d55647d
1 changed files with 1 additions and 1 deletions

View File

@ -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