mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Added missing line-breaks
This commit is contained in:
parent
7c016a263c
commit
0989b380cf
@ -12,16 +12,20 @@ A hypermedia REST API for Salt using the CherryPy framework
|
||||
|
||||
port
|
||||
**Required**
|
||||
|
||||
The port for the webserver to listen on.
|
||||
debug : ``False``
|
||||
Starts a for-development web server instead of the production-ready web
|
||||
server.
|
||||
|
||||
Does not use SSL and ignores the certificate configuration options.
|
||||
ssl_crt
|
||||
Required when ``debug`` is ``False``
|
||||
|
||||
The path to a SSL certificate. (See below)
|
||||
ssl_key
|
||||
Required when ``debug`` is ``False``
|
||||
|
||||
The path to the private key for your SSL certificate. (See below)
|
||||
static
|
||||
A filesystem path to static HTML/JavaScript/CSS/image assets.
|
||||
|
Loading…
Reference in New Issue
Block a user