mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -05:00
📜 docs: add documentation for the new config option (#175)
This commit is contained in:
parent
a5b7d08dc6
commit
3d9455297f
@ -23,6 +23,7 @@ Some of the configuration options provided in the file are stated below. These a
|
|||||||
|
|
||||||
- **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.
|
- **debug:** An option to enable or disable debug mode.
|
||||||
|
- **threads:** The amount of threads that the app will use to run (the value should be greater than 0).
|
||||||
|
|
||||||
## Server
|
## Server
|
||||||
|
|
||||||
|
@ -79,6 +79,7 @@ After that edit the config.lua file located under `websurfx` directory. In the c
|
|||||||
-- ### 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.
|
debug = false -- an option to enable or disable debug mode.
|
||||||
|
threads = 10 -- the amount of threads that the app will use to run (the value should be greater than 0).
|
||||||
|
|
||||||
-- ### Server ###
|
-- ### Server ###
|
||||||
port = "8080" -- port on which server should be launched
|
port = "8080" -- port on which server should be launched
|
||||||
|
Loading…
Reference in New Issue
Block a user