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

Merge pull request #86 from neon-mmd/update-docs-with-debug-opt

Revise the docs to explain the new debug option
This commit is contained in:
zhou fan 2023-05-31 07:15:58 +08:00 committed by GitHub
commit 1d6884552d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 # General
- **logging:** An option to enable or disable logs. - **logging:** An option to enable or disable logs.
- **debug:** An option to enable or disable debug mode.
## Server ## Server

View File

@ -78,6 +78,7 @@ After that edit the config.lua file located under `websurfx` directory. In the c
```lua ```lua
-- ### General ### -- ### General ###
logging = true -- an option to enable or disable logs. logging = true -- an option to enable or disable logs.
debug = false -- an option to enable or disable debug mode.
-- ### Server ### -- ### Server ###
port = "8080" -- port on which server should be launched port = "8080" -- port on which server should be launched