diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2013-01-11 16:15:17 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2013-01-11 16:15:17 -0300 |
| commit | 1bbd36a36add9b15db43014cf5e7bdb72a86fef1 (patch) | |
| tree | d782b5262bde7936bcae4fd52357d81e2a92d1af /docs/ref | |
| parent | 5362134090adce86c755a6ab48831ba834b70704 (diff) | |
Minor DEBUG setting reference formatting edit.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 786a92c94d..ffe8a0fe77 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -744,13 +744,13 @@ sensitive (or offensive), such as :setting:`SECRET_KEY` or :setting:`PROFANITIES_LIST`. Specifically, it will exclude any setting whose name includes any of the following: - * API - * KEY - * PASS - * PROFANITIES_LIST - * SECRET - * SIGNATURE - * TOKEN +* ``'API'`` +* ``'KEY'`` +* ``'PASS'`` +* ``'PROFANITIES_LIST'`` +* ``'SECRET'`` +* ``'SIGNATURE'`` +* ``'TOKEN'`` Note that these are *partial* matches. ``'PASS'`` will also match PASSWORD, just as ``'TOKEN'`` will also match TOKENIZED and so on. |
