0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

docs: update docs to explain about the new option debug

This commit is contained in:
neon_arch 2023-05-30 14:55:11 +03:00
parent c7aefca53f
commit af145e9d85
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ Some of the configuration options provided in the file are stated below. These a
# General
- **logging:** An option to enable or disable logs.
- **debug:** An option to enable or disable debug mode.
## Server

View File

@ -78,6 +78,7 @@ After that edit the config.lua file located under `websurfx` directory. In the c
```lua
-- ### 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