1
Fork 0
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:
RGBCube 2023-12-30 14:29:53 +03:00
parent ffbf1085af
commit 1010f21fe0
No known key found for this signature in database
5 changed files with 181 additions and 32 deletions

View file

@ -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.