feat: add an option to enable or disable logs
This commit is contained in:
parent
1d638ffeea
commit
8e7dc68d2d
3 changed files with 9 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue