mirror of
https://github.com/RGBCube/Site
synced 2025-07-31 13:07:46 +00:00
Update docs
This commit is contained in:
parent
4077235957
commit
f19203010e
1 changed files with 21 additions and 3 deletions
24
README.md
24
README.md
|
@ -18,15 +18,33 @@ Enables the site service.
|
|||
|
||||
Default: false.
|
||||
|
||||
### `services.site.port`
|
||||
### `services.site.certificate`
|
||||
|
||||
Specifies on which port the site service listens for connections.
|
||||
The path to the SSL certificate the site will use.
|
||||
|
||||
Default: null.
|
||||
|
||||
### `services.site.key`
|
||||
|
||||
The path to the SSL key the site will use.
|
||||
|
||||
Default: null.
|
||||
|
||||
### `services.site.httpPort`
|
||||
|
||||
Specifies on which port the site service listens for HTTP connections.
|
||||
|
||||
Default: 8080.
|
||||
|
||||
### `services.site.httpsPort`
|
||||
|
||||
Specifies on which port the site service listens for HTTPS connections.
|
||||
|
||||
Default: 8443.
|
||||
|
||||
### `services.site.logLevel`
|
||||
|
||||
The log level to log stuff with.
|
||||
Specifies the log level that the site service will log stuff with.
|
||||
|
||||
Default: info.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue