mirror of
https://github.com/RGBCube/Site
synced 2025-08-03 06:27:46 +00:00
Add basic CLI logic and make log level specifiable
This commit is contained in:
parent
ffbf1085af
commit
1010f21fe0
5 changed files with 181 additions and 32 deletions
|
@ -24,6 +24,12 @@ Specifies on which port the site service listens for connections.
|
|||
|
||||
Default: 8080.
|
||||
|
||||
#### `services.site.logLevel`
|
||||
|
||||
The log level to log stuff with.
|
||||
|
||||
Default: info.
|
||||
|
||||
#### `services.site.openFirewall`
|
||||
|
||||
Whether to open the firewall port for the tcp listener.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue