feat: add an option to enable or disable logs

This commit is contained in:
neon_arch 2023-05-27 19:50:20 +03:00
parent 1d638ffeea
commit 8e7dc68d2d
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,6 @@
-- ### General ###
logging = true -- an option to enable or disable logs.
-- ### Server ###
port = "8080" -- port on which server should be launched
binding_ip_addr = "127.0.0.1" --ip address on the which server should be launched.