mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-20 07:32:01 +00:00
Note that the 'log' config accepts "off" in rustdocs.
This commit is contained in:
parent
965c90afc9
commit
036e4b621c
@ -41,8 +41,8 @@
|
||||
//! * **keep_alive**: _[integer, 'false', or 'none']_ timeout, in seconds, for
|
||||
//! HTTP keep-alive. disabled on 'false' or 'none'
|
||||
//! * examples: `5`, `60`, `false`, `"none"`
|
||||
//! * **log**: _[string]_ how much information to log; one of `"normal"`,
|
||||
//! `"debug"`, or `"critical"`
|
||||
//! * **log**: _[string]_ how much information to log; one of `"off"`,
|
||||
//! `"normal"`, `"debug"`, or `"critical"`
|
||||
//! * **secret_key**: _[string]_ a 256-bit base64 encoded string (44
|
||||
//! characters) to use as the secret key
|
||||
//! * example: `"8Xui8SN4mI+7egV/9dlfYYLGQJeEx4+DwmSQLwDVXJg="`
|
||||
|
Loading…
Reference in New Issue
Block a user