feat: add an option to enable/disable debug mode

This commit is contained in:
neon_arch 2023-05-29 21:09:07 +03:00
parent 141aacc82a
commit d4df90160d
3 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,6 @@
-- ### General ###
logging = true -- an option to enable or disable logs.
debug = false -- an option to enable or disable debug mode.
-- ### Server ###
port = "8080" -- port on which server should be launched