Merge branch 'rolling' into contributors-list-automation-ci
This commit is contained in:
commit
e6023d4c7e
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue