feat: add an option to enable/disable debug mode
This commit is contained in:
parent
141aacc82a
commit
d4df90160d
3 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue